mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Reverted start task back to grunt
This commit is contained in:
parent
0f45b1d8dd
commit
6efae8a044
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./test/run_tests.sh",
|
"test": "./test/run_tests.sh",
|
||||||
"start": "gulp",
|
"start": "grunt run:dev",
|
||||||
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f",
|
"postinstall": "./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"
|
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue