Skip to content

Commit

Permalink
remove build step from test watching
Browse files Browse the repository at this point in the history
  • Loading branch information
planttheidea committed Jun 6, 2019
1 parent f36be3a commit 25bd9e0
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 @@ -67,7 +67,7 @@
"release": "release-it",
"release:beta": "release-it --config=.release-it.beta.json",
"test": "jest",
"test:watch": "npm run dist && npm run test -- --watch"
"test:watch": "npm run test -- --watch"
},
"typings": "./index.d.ts",
"version": "1.0.1"
Expand Down

0 comments on commit 25bd9e0

Please sign in to comment.