We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475a26c commit 319338dCopy full SHA for 319338d
package.json
@@ -37,7 +37,7 @@
37
"precommit": "npm run lint",
38
"lint": "eslint *.js",
39
"semantic-release": "semantic-release",
40
- "start": "yarn run test:watch",
+ "start": "yarn run test-watch",
41
"test": "jest",
42
"test-watch": "jest --watchAll"
43
},
0 commit comments