mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
fix(deploy): typo
This commit is contained in:
parent
480ab375e1
commit
e17d5af07d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ container_commands:
|
|||
03_installBower:
|
||||
command: "$NODE_HOME/bin/npm install -g bower"
|
||||
04_installGulp:
|
||||
command: "$NODE_HOME/bin/npminstall -g gulp"
|
||||
command: "$NODE_HOME/bin/npm install -g gulp"
|
||||
05_runBower:
|
||||
command: "$NODE_HOME/lib/node_modules/bower/bin/bower --config.interactive=false --allow-root install -f"
|
||||
06_runGulp:
|
||||
|
|
|
|||
Loading…
Reference in a new issue