Skip to content

Commit

Permalink
chore(scripts): add test.watch
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg committed Dec 28, 2021
1 parent 0db97c6 commit 67e7f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"clean": "rm -rf dist/",
"watch": "rollup -c --watch",
"build": "rollup -c",
"test": "jest"
"test": "jest",
"test.watch": "jest --watch"
},
"dependencies": {
"lodash": "^4.x"
Expand Down

0 comments on commit 67e7f6f

Please sign in to comment.