Skip to content

Commit

Permalink
chore: fixed exit prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Apr 29, 2024
1 parent aebbc01 commit 48c4252
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 @@ -6,7 +6,7 @@
"installMarkoV5": "npm i marko@5 @marko/compiler@5 --force",
"installMarkoV4": "npm remove @marko/compiler && npm i marko@4 --force",
"prepublishOnly": "node scripts/postpublish && node scripts/prepublish",
"version": " npm run importSVG && prettier . --write --log-level=warn && npm run build:storybook && npm run build:readme && git add -A src docs && changeset version && npm i --package-lock-only",
"version": " npm run importSVG && prettier . --write --log-level=warn && npm run build:storybook && npm run build:readme && git add -A src docs && changeset version && git add . && npm i --package-lock-only",
"postpublish": "node scripts/postpublish",
"start": "storybook dev -p 6006",
"start:prod": "NODE_ENV=production npm start",
Expand Down

0 comments on commit 48c4252

Please sign in to comment.