Skip to content

Commit

Permalink
watch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
youzi committed Sep 28, 2016
1 parent f20bc2f commit 152d8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"start": "node bin/server",
"test": "(ducktape; node test) | tap-difflet && standard",
"watch": "nodemon test | tap-difflet",
"dev": "nodemon test | tap-difflet",
"cover": "istanbul cover --report none --print detail test",
"docs": "node_modules/vigour-doc/bin/vdoc",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0) && standard"
Expand Down

0 comments on commit 152d8a4

Please sign in to comment.