Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Adjust beta script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJonQ committed Oct 18, 2017
1 parent 854a515 commit e4d30fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:es": "eslint src/**/*.js --cache && echo \"eslint: No lint errors 🙌!\"",
"lint:css": "stylelint 'src/styles/**/*.scss'",
"pretty": "npm run lint:js -- --fix && npm run lint:css -- -- fix",
"release:beta": "np patch --no-yarn --tag=beta",
"release:beta": "np patch --no-yarn --tag=beta --any-branch",
"release:patch": "np patch --no-yarn",
"release:minor": "np minor --no-yarn",
"release:major": "np major --no-yarn",
Expand Down

0 comments on commit e4d30fc

Please sign in to comment.