1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

Add typescript

This commit is contained in:
Yalh 2019-01-28 20:52:16 +01:00
parent a33187d0bf
commit 51cecc762a
4 changed files with 4 additions and 0 deletions

View file

@ -170,6 +170,7 @@ ynh_system_user_create $app
ynh_install_nodejs 11
ynh_use_nodejs
npm install -g typescript
npm install -g ts-node
#=================================================

View file

@ -101,6 +101,7 @@ fi
ynh_use_nodejs
npm uninstall -g ts-node
npm uninstall -g typescript
ynh_remove_nodejs
# Remove a cron file

View file

@ -93,6 +93,7 @@ chown -R root: $final_path
ynh_install_nodejs 11
ynh_use_nodejs
npm install -g typescript
npm install -g ts-node
#=================================================

View file

@ -112,6 +112,7 @@ ynh_system_user_create $app
ynh_install_nodejs 11
ynh_use_nodejs
npm install -g typescript
npm install -g ts-node
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script.