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

Commit fcb4274

Browse files
add lerna scripts for prerelease and graduate
1 parent 2869eeb commit fcb4274

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"packages-build": "lerna run build",
2020
"test:watch": "npm run test -- --watch --collect-coverage=false",
2121
"publish": "lerna publish --conventional-commits",
22+
"prerelease": "lerna publish --conventional-commits --conventional-prerelease",
23+
"graduate": "lerna publish --conventional-commits --conventional-graduate",
2224
"lint": "eslint .",
2325
"coveralls": "jest --runInBand --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
2426
"integration": "jest --config jest.integration.config.json --setupTestFrameworkScriptFile=./jest.integration.setup.js",

0 commit comments

Comments
 (0)