File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments