From 62e6b3c47e63c0a9a49f1bfa764654af31c7460d Mon Sep 17 00:00:00 2001 From: Chace Daniels Date: Thu, 14 Mar 2024 17:34:45 -0500 Subject: [PATCH] chore: add allowBranch to publish dev build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9ae0b136..92b24ea1f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "ci:publish:rc": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid rc --force-publish --dist-tag next --yes", "ci:publish:latest": "lerna publish --conventional-commits --dist-tag latest-6 --no-verify-access --yes", "ci:publish:latest-from-pre": "lerna publish --conventional-graduate --conventional-commits --dist-tag latest-6 --no-verify-access --force-publish --yes", - "ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes" + "ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes --allowBranch fix/splash-screen-hide-crash" }, "devDependencies": { "@actions/core": "^1.9.1",