Skip to content

Commit 826bb33

Browse files
committed
chore: publish with from-package [force-publish]
1 parent 218a37f commit 826bb33

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
@@ -17,7 +17,7 @@
1717
"clean": "lerna run clean",
1818
"release": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
1919
"release:force": "lerna version --conventional-commits --yes -m \"chore(release): publish\" --force-publish \"*\"",
20-
"publish": "lerna publish from-git --yes --no-verify-access --loglevel verbose --registry https://registry.npmjs.org --ignore sn-excalidraw",
20+
"publish": "lerna publish from-package --yes --loglevel verbose --registry https://registry.npmjs.org --ignore sn-excalidraw",
2121
"version": "yarn install --no-immutable && git add yarn.lock",
2222
"postversion": "./scripts/push-tags-one-by-one.sh",
2323
"dev:reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn install",

0 commit comments

Comments
 (0)