Skip to content

Commit 9c56623

Browse files
authored
chore(*): update publish-package script to use next pre-dist tag (#246)
This pull request includes a small but important change to the `package.json` file. The change updates the `publish-package` script to use a different pre-distribution tag. * [`package.json`](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L15-R15): Changed the `publish-package` script to use `next` instead of `canary` as the pre-distribution tag.
1 parent 5337629 commit 9c56623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"prepare": "husky",
15-
"publish-package": "npx lerna publish from-package --pre-dist-tag canary --yes",
15+
"publish-package": "npx lerna publish from-package --pre-dist-tag next --yes",
1616
"test": "npx lerna run test --concurrency 1",
1717
"coverage": "npx c8 --reporter=lcov npm run test",
1818
"build": "npx lerna run build",

0 commit comments

Comments
 (0)