Skip to content

Commit 916f8f8

Browse files
committed
fix: update publish script to force patch releases
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 0907b8d commit 916f8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"test:firefox": "lerna run test:firefox --scope \"@hpcc-js/test-*\"",
9595
"test:ie": "lerna run test:ie --scope \"@hpcc-js/test-*\"",
9696
"publish": "lerna publish from-package --yes",
97-
"publish-lerna": "lerna publish from-package --yes",
97+
"publish-force": "lerna publish patch --yes",
9898
"purge-jsdelivr": "node ./utils/purge-jsdelivr.js",
9999
"serve-docs": "vitepress dev .",
100100
"serve-docs-build": "vitepress serve --port 3000 .",

0 commit comments

Comments
 (0)