Skip to content

Commit c3c0bdc

Browse files
committed
Removed unnecessary script from package.json
1 parent 111b992 commit c3c0bdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
"prepublish": "yarn run build",
6868
"precommit": "lint-staged",
6969
"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"
70+
"prettify": "prettier --write --tab-width 4 '{src,__mocks__}/**/*.js'"
7271
},
7372
"lint-staged": {
7473
"*.js": [

0 commit comments

Comments
 (0)