mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(deploy): more NODE_HOME
This commit is contained in:
parent
168bc952d1
commit
480ab375e1
1 changed files with 3 additions and 3 deletions
|
|
@ -14,10 +14,10 @@ container_commands:
|
|||
02_ownBabel:
|
||||
command: "chmod a+rw /tmp/.babel.json"
|
||||
03_installBower:
|
||||
command: "npm install -g bower"
|
||||
command: "$NODE_HOME/bin/npm install -g bower"
|
||||
04_installGulp:
|
||||
command: "npm install -g gulp"
|
||||
command: "$NODE_HOME/bin/npminstall -g gulp"
|
||||
05_runBower:
|
||||
command: "$NODE_HOME/lib/node_modules/bower/bin/bower --config.interactive=false --allow-root install -f"
|
||||
06_runGulp:
|
||||
command: "$NODE_HOME/lib/node_modules/gulp/bin/gulp.js build"
|
||||
command: "$NODE_HOME/lib/node_modules/gulp/bin/gulp.js build"
|
||||
|
|
|
|||
Loading…
Reference in a new issue