Skip to content

Commit

Permalink
refactor(*): rename test watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Oct 9, 2016
1 parent 11e8b06 commit 89a6f4f
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 @@ -10,7 +10,7 @@
"scripts": {
"build": "tsc",
"test": "ava",
"watch:test": "ava -w"
"test-watch": "ava -w"
},
"dependencies": {
"change-case": "^3.0.0",
Expand Down

0 comments on commit 89a6f4f

Please sign in to comment.