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 111b992 commit c3c0bdcCopy full SHA for c3c0bdc
package.json
@@ -67,8 +67,7 @@
67
"prepublish": "yarn run build",
68
"precommit": "lint-staged",
69
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
70
- "prettify": "prettier --write --tab-width 4 '{src,__mocks__}/**/*.js'",
71
- "release": "yarn run build && git tag $npm_package_version && git push --follow-tags && yarn publish"
+ "prettify": "prettier --write --tab-width 4 '{src,__mocks__}/**/*.js'"
72
},
73
"lint-staged": {
74
"*.js": [
0 commit comments