Skip to content

Commit

Permalink
Use next preid for nightly publishing (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Nov 6, 2023
1 parent 5990e6e commit 88fc1c6
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 @@ -16,7 +16,7 @@
"lint:ci": "lerna run lint:ci",
"prepare": "lerna run prepare",
"publish:latest": "lerna publish from-git --no-git-reset --no-git-tag-version --no-push",
"publish:next": "lerna publish preminor --exact --canary --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes",
"publish:next": "lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes",
"publish:prepare": "lerna version --ignore-scripts --yes --no-push",
"start:exampleServer": "yarn --cwd ./examples/workflow-standalone start:exampleServer",
"test": "lerna run test",
Expand Down

0 comments on commit 88fc1c6

Please sign in to comment.