Skip to content

Commit

Permalink
chore: add nightly release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jul 11, 2024
1 parent 67e1ebc commit dc84ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "pnpm run lint && pnpm run test && pnpm run prepack && changelogen --release && npm publish --registry=\"https://registry.npmjs.org/\" && git push --follow-tags",
"release:nightly": "pnpm changelogen --canary --publish --publishTag nightly",
"docs:dev": "nuxi dev docs",
"docs:build": "nuxi generate docs",
"docs:types": "nuxi typecheck docs",
Expand Down

0 comments on commit dc84ccf

Please sign in to comment.