Skip to content

Commit

Permalink
fix(lerna): fix publish command for stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dphang committed Oct 28, 2021
1 parent 5bf096b commit ebcabb2
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 @@ -19,7 +19,7 @@
"test:watch": "yarn test --watch --collect-coverage=false",
"check-gh-token": ": \"${GH_TOKEN:?Please set GH_TOKEN to a GitHub personal token that can create releases.}\"",
"prerelease": "lerna publish --conventional-commits --conventional-prerelease --exact --create-release github --dist-tag alpha",
"graduate": "lerna version --conventional-commits --conventional-graduate --exact --create-release github && lerna publish from-git",
"graduate": "lerna publish --conventional-commits --conventional-graduate --exact --create-release github",
"lint": "eslint .",
"integration": "jest --runInBand --config jest.integration.config.json --setupTestFrameworkScriptFile=./jest.integration.setup.js",
"build": "lerna run build && opencollective-postinstall",
Expand Down

0 comments on commit ebcabb2

Please sign in to comment.