Skip to content

Commit

Permalink
[core] Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Sep 18, 2023
1 parent bfc4de1 commit 499d79b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@
"docs:serve": "cd docs && npm run serve",
"docs:deploy": "npm run docs:build && gh-pages -d docs/out -t true",
"_release:no-test": "esno scripts/release",
"_release": "npm run release:prepare && esno scripts/release",
"_release": "npm test && npm run clean && esno scripts/release",
"_release:alpha": "npm run _release minor -- --stage alpha --tag next",
"_release:alpha:major": "npm run _release:no-test major -- --stage alpha --tag next",
"_release:beta:major": "npm run _release:no-test major -- --stage beta --tag next",
"release:prepare": "npm run clean && npm test",
"release:patch": "npm run _release patch && npm run docs:deploy",
"release:minor": "npm run _release minor && npm run docs:deploy",
"release:major": "npm run _release major && npm run docs:deploy",
Expand Down

0 comments on commit 499d79b

Please sign in to comment.