We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ba285 commit 2b92efaCopy full SHA for 2b92efa
1 file changed
package.json
@@ -8,11 +8,12 @@
8
"license": "MIT",
9
"private": false,
10
"scripts": {
11
- "pretest": "npm run build && npm run lint",
+ "pretest": "yarn run build && yarn run lint",
12
"lint": "eslint src",
13
"test": "jest --coverage",
14
"build": "babel src --out-dir lib",
15
- "prepublish": "npm run build"
+ "prepush": "yarn run test",
16
+ "prepare": "yarn run build"
17
},
18
"keywords": [
19
"array",
0 commit comments