Skip to content

Commit

Permalink
chore: cleanup release scripts (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Jan 5, 2021
1 parent 960f577 commit d313fa9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
"format:fix:lint": "cross-env-shell eslint --fix $npm_package_scriptsArgs_eslint",
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
"format:check:prettier": "cross-env-shell prettier --check $npm_package_scriptsArgs_prettier",
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_scriptsArgs_prettier",
"publish": "git push origin && git push origin --tags",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_scriptsArgs_prettier"
},
"scriptsArgs": {
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"tests/**/*.js\" \"*.js\"",
Expand Down

0 comments on commit d313fa9

Please sign in to comment.