mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Set npm test to call gulp test
This commit is contained in:
parent
a1cce24010
commit
ed421ebcc5
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
"node": "0.10.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/gulp",
|
||||
"test": "./node_modules/.bin/gulp test",
|
||||
"start": "grunt run:dev",
|
||||
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f; ./node_modules/.bin/grunt;",
|
||||
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
||||
|
|
|
|||
Loading…
Reference in a new issue