Skip to content

Commit c972b8c

Browse files
committed
chore: add prerelease flag to publish script
1 parent 0c22edc commit c972b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:docs": "eslint --ext js,vue,md docs --ignore-path .gitignore",
1919
"lint:fix": "npm run lint -- --fix",
2020
"prepublishOnly": "npm run build && npm run test:unit:only",
21-
"publish": "lerna publish --conventional-commits -m \"chore(release): publish %s\"",
21+
"publish": "lerna publish --conventional-commits -m \"chore(release): publish %s\" --cd-version prerelease",
2222
"test": "npm run lint && npm run lint:docs && npm run flow && npm run test:types && npm run test:unit && npm run test:unit:karma && npm run test:unit:node",
2323
"test:compat": "scripts/test-compat.sh",
2424
"test:unit": "npm run build:test && npm run test:unit:only",

0 commit comments

Comments
 (0)