Skip to content

Commit

Permalink
fix(deploy): using pnpm publish cmd line arg to force next tag (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta authored Jun 29, 2024
1 parent 5e924c2 commit 81da7c1
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 @@ -31,7 +31,7 @@
"generate-all": "pnpm generate-schema && pnpm generate-docs && pnpm prettier",
"ci:test": "node ./test/out/helpers/runTests.js",
"ci:version": "pnpm changelog && changeset version && node scripts/update-package-version-export.js && pnpm compile && pnpm generate-all && git add .",
"ci:publish": "pnpm compile && pnpm publish -r && changeset tag",
"ci:publish": "pnpm compile && pnpm publish -r --tag next && changeset tag",
"jsdoc": "ts2jsdoc packages/builder-util-runtime packages/builder-util packages/app-builder-lib packages/electron-builder packages/electron-publish packages/electron-updater packages/dmg-builder",
"jsdoc2md2html": "node scripts/jsdoc2md2html.js",
"prepare": "husky install"
Expand Down

0 comments on commit 81da7c1

Please sign in to comment.