mirror of
https://github.com/YunoHost-Apps/osjs_ynh.git
synced 2024-09-03 19:56:11 +02:00
Update install
This commit is contained in:
parent
e8098627c2
commit
ae66d40c10
1 changed files with 4 additions and 3 deletions
|
@ -124,9 +124,10 @@ sudo chown admin -R $install_log
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
#ynh_use_nodejs
|
||||||
npm install >> $install_log 2>&1
|
#npm install >> $install_log 2>&1
|
||||||
NODE_ENV=production npm run build >> $install_log 2>&1
|
NODE_ENV=production npm install
|
||||||
|
NODE_ENV=production npm run build
|
||||||
npm run package:discover
|
npm run package:discover
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue