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 8287adf commit b6ab4cbCopy full SHA for b6ab4cb
package.json
@@ -35,7 +35,7 @@
35
},
36
"scripts": {
37
"test": "jest --coverage",
38
- "preversion": "echo \"Run check for version $npm_package_version\" && yarn run check",
+ "preversion": "echo \"Run check for version $npm_package_version\" && yarn run test",
39
"postversion": "git push --tags && git push origin main && yarn publish ."
40
}
41
0 commit comments