Skip to content

Commit ac63e08

Browse files
ci(next-release): fix dist tag (#1583)
1 parent a312eb9 commit ac63e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"lerna": "lerna",
2626
"packageJsonLint": "npmPkgJsonLint ./packages",
2727
"publish-npm": "lerna publish --conventional-commits --exact --message \"chore(release): publish %s\" --no-changelog --yes",
28-
"publish-manual-prerelease": "lerna publish prerelease --no-git-tag-version --no-push --preid next.$(git rev-parse --short HEAD) --dist-tag next.$(git rev-parse --short HEAD)",
29-
"publish-prerelease": "FORCE_PUBLISH=$(lerna changed --json | jq '. | map(.name) | join (\",\")' -r) && echo $FORCE_PUBLISH && lerna publish prerelease --no-git-tag-version --no-push --preid next.$(git rev-parse --short HEAD) --dist-tag next.$(git rev-parse --short HEAD) --yes --force-publish=${FORCE_PUBLISH}",
28+
"publish-manual-prerelease": "lerna publish prerelease --no-git-tag-version --no-push --preid next.$(git rev-parse --short HEAD) --dist-tag next",
29+
"publish-prerelease": "FORCE_PUBLISH=$(lerna changed --json | jq '. | map(.name) | join (\",\")' -r) && echo $FORCE_PUBLISH && lerna publish prerelease --no-git-tag-version --no-push --preid next.$(git rev-parse --short HEAD) --dist-tag next --yes --force-publish=${FORCE_PUBLISH}",
3030
"deploy:contracts": "yarn workspace @requestnetwork/smart-contracts deploy",
3131
"start:request-node": "LIT_PROTOCOL_NETWORK=datil-dev yarn workspace @requestnetwork/request-node start",
3232
"test": "lerna run test",

0 commit comments

Comments
 (0)