mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-19 04:14:40 +00:00
Added build step to postinstall (correctly
This commit is contained in:
parent
557ccc7ec0
commit
fcb7f717fc
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
"scripts": {
|
||||
"test": "./test/run_tests.sh",
|
||||
"start": "grunt run:dev",
|
||||
"postinstall": "grunt build:prod; ./node_modules/bower/bin/bower --config.interactive=false install -f",
|
||||
"postinstall": "./node_modules/.bin/grunt build:prod; ./node_modules/bower/bin/bower --config.interactive=false install -f",
|
||||
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue