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 2bcde28 commit f0ce1b2Copy full SHA for f0ce1b2
package.json
@@ -14,7 +14,7 @@
14
},
15
"scripts": {
16
"lint": "eslint lib test",
17
- "test": "npm run lint && jest",
+ "test": "yarn lint && jest",
18
"release": "standard-version && git push --follow-tags && npm publish",
19
"commitlint": "commitlint -e $GIT_PARAMS",
20
"coverage": "codecov"
0 commit comments