We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e34f9 commit 05af700Copy full SHA for 05af700
package.json
@@ -14,6 +14,7 @@
14
"scripts": {
15
"build-clean": "rimraf ./packages/*/build ./packages/*/build-browser ./packages/*/build-module",
16
"build": "node ./scripts/build.js",
17
- "test": "jest"
+ "test": "jest",
18
+ "watch": "jest --watch"
19
}
20
0 commit comments