We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a6ab0 commit 4e0d68dCopy full SHA for 4e0d68d
package.json
@@ -7,9 +7,9 @@
7
"build": "rimraf dist && babel src -d dist",
8
"build:watch": "npm-watch",
9
"test:all": "npm run test:coverage && npm run test:lint",
10
- "test": "jest --",
11
- "test:coverage": "jest --coverage --",
12
- "test:watch": "jest --watch --",
+ "test": "jest",
+ "test:coverage": "jest --coverage",
+ "test:watch": "jest --watch",
13
"test:lint": "eslint . --ext .js --ignore-path .gitignore --cache",
14
"preversion": "npm run test:all && npm run build && git commit --allow-empty -am \"Update dist\"",
15
"postinstall": "node lib/post_install.js"
0 commit comments