Skip to content

Commit

Permalink
exit prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Jun 27, 2023
1 parent b9435ba commit 360376a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "next",
"initialVersions": {
"e2e-api": "0.0.1",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"format:write": "npm run format -- -w",
"format:check": "npm run format -- --check",
"version": "changeset version",
"changeset": "changeset",
"release": "pnpm run build && changeset publish",
"postinstall": "node -e \"try { require('husky').install(); console.log('ran prepack') } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"prepack": "pinst --disable",
Expand Down

0 comments on commit 360376a

Please sign in to comment.