Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Don't use 'watch' in test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Feb 15, 2022
1 parent f3d9a4b commit 88a9cb1
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 @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"test": "jest --watch --verbose",
"test": "jest --verbose",
"build": "babel src -d dist --ignore src/**/*.test.js,**/__tests__/**,src/testing-utils",
"pub": "yarn build && yarn publish --access public"
},
Expand Down

0 comments on commit 88a9cb1

Please sign in to comment.