mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +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": {
|
||||
"test": "./test/run_tests.sh",
|
||||
"start": "gulp",
|
||||
"start": "grunt run:dev",
|
||||
"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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue