mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Revert npm bin commit
Vagrant installs don't use the .bin directory because Virtualbox has issues with symlinks see https://github.com/HabitRPG/habitrpg/issues/4591#issuecomment-72344790
This commit is contained in:
parent
6902d9aa2f
commit
1616b237fa
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -87,11 +87,11 @@
|
|||
"node": "0.10.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "$(npm bin)/gulp test",
|
||||
"start": "$(npm bin)/gulp run:dev",
|
||||
"sprites": "$(npm bin)/gulp sprites:compile",
|
||||
"postinstall": "$(npm bin)/bower --config.interactive=false install -f; $(npm bin)/gulp build;",
|
||||
"coverage": "COVERAGE=true $(npm bin)/mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
||||
"test": "gulp test",
|
||||
"start": "gulp run:dev",
|
||||
"sprites": "gulp sprites:compile",
|
||||
"postinstall": "bower --config.interactive=false install -f; gulp build;",
|
||||
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^2.3.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue