Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit f7a49b3

Browse files
committed
chore: update publish scripts
1 parent 98f00a0 commit f7a49b3

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
@@ -20,8 +20,8 @@
2020
"packages-prepack": "lerna run prepack",
2121
"test:watch": "yarn test --watch --collect-coverage=false",
2222
"check-gh-token": ": \"${GH_TOKEN:?Please set GH_TOKEN to a GitHub personal token that can create releases.}\"",
23-
"prerelease": "yarn check-gh-token && lerna publish --conventional-commits --conventional-prerelease --exact --create-release github --dist-tag alpha",
24-
"graduate": "yarn check-gh-token && lerna version --conventional-commits --conventional-graduate --exact --create-release github && lerna publish from-git",
23+
"prerelease": "lerna publish --conventional-commits --conventional-prerelease --exact --create-release github --dist-tag alpha",
24+
"graduate": "lerna version --conventional-commits --conventional-graduate --exact --create-release github && lerna publish from-git",
2525
"lint": "eslint .",
2626
"integration": "jest --runInBand --config jest.integration.config.json --setupTestFrameworkScriptFile=./jest.integration.setup.js",
2727
"build": "yarn packages-install && yarn packages-prepack && opencollective-postinstall",

0 commit comments

Comments
 (0)