mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 10:42:23 +00:00
Put bower install first in postinall, since Grunt copies files from it
This commit is contained in:
parent
8ac9dc3ced
commit
6e82557df8
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
"scripts": {
|
||||
"test": "./test/run_tests.sh",
|
||||
"start": "grunt run:dev",
|
||||
"postinstall": "./node_modules/.bin/grunt build:prod; ./node_modules/bower/bin/bower --config.interactive=false install -f",
|
||||
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f; ./node_modules/.bin/grunt build:prod;",
|
||||
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue