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 79f582e commit aea198bCopy full SHA for aea198b
package.json
@@ -33,7 +33,7 @@
33
"scripts": {
34
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
35
"lint": "eslint bin/* lib test",
36
- "release": "npm run test && standard-version",
+ "release": "yarn test && standard-version",
37
"test": "nyc jest test"
38
},
39
"engines": {
0 commit comments