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
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJonQ committed Oct 18, 2017
1 parent 4d7ff5b commit a1e514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
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 --any-branch",
"release:beta": "np --no-yarn --tag=beta --any-branch --no-publish",
"release:patch": "np patch --no-yarn",
"release:minor": "np minor --no-yarn",
"release:major": "np major --no-yarn",
Expand Down

0 comments on commit a1e514f

Please sign in to comment.