We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cafd96c + a34d17f commit 9d6e0beCopy full SHA for 9d6e0be
1 file changed
package.json
@@ -5,9 +5,9 @@
5
"main": "src/index.js",
6
"scripts": {
7
"changelog": "lerna-changelog",
8
- "lint": "node_modules/.bin/eslint src test",
9
- "test": "mocha",
10
- "preversion": "npm lint && npm test",
+ "lint:js": "node_modules/.bin/eslint src test",
+ "test": "npm run-script lint:js && mocha",
+ "preversion": "npm test",
11
"postversion": "git push origin master --tags"
12
},
13
"repository": {
0 commit comments