File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 "clean" : " lerna run clean" ,
2424 "clean:modules" : " lerna run clean:modules && rm -rf node_modules" ,
2525 "typescript" : " tsc --composite false" ,
26- "version:expo" : " lerna version major --no-push --exact" ,
27- "version:major" : " lerna version minor --no-push --exact" ,
28- "version:minor" : " lerna version patch --no-push --exact" ,
26+ "version:expo" : " lerna version major --no-push --exact --force-publish " ,
27+ "version:major" : " lerna version minor --no-push --exact --force-publish " ,
28+ "version:minor" : " lerna version patch --no-push --exact --force-publish " ,
2929 "version:patch" : " echo \" No patch versions: See root README.md\" " ,
3030 "prepare" : " husky install" ,
3131 "tsc" : " echo 'You are trying to run \" tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"
You can’t perform that action at this time.
0 commit comments