We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd14be commit 1b72890Copy full SHA for 1b72890
.npmignore
@@ -12,3 +12,4 @@ coverage/
12
.gitignore
13
.npmignore
14
.travis.yml
15
+yarn.lock
package.json
@@ -48,13 +48,13 @@
48
"jest": "^19.0.2"
49
},
50
"scripts": {
51
- "pretest": "npm run lint",
+ "pretest": "yarn run lint",
52
"test": "jest --coverage",
53
"lint": "eslint src",
54
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
55
"build": "babel src --out-dir build --ignore spec.js",
56
"watch:test": "jest --watch --notify",
57
- "prepublish": "npm run build",
+ "prepublish": "yarn run build",
58
"postpublish": "rm -rf build && git push --follow-tags"
59
}
60
0 commit comments