File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "setup" : " ts-patch install" ,
1313 "prepare" : " npm run setup" ,
14- "publish" : " npm run setup && npm run build.all && lerna publish --create-release=github --force-publish" ,
14+ "publish" : " npm run setup && npm run build && lerna publish --create-release=github --force-publish" ,
1515 "publish-major" : " npm run setup && npm run build.all && lerna publish major --create-release=github --force-publish" ,
1616 "publish-alpha" : " npm run setup && npm run build.all && lerna publish --create-release=github --canary --no-git-reset --dist-tag alpha --no-git-tag-version --no-push --force-publish" ,
1717 "build" : " lerna run build" ,
1818 "build.angular" : " lerna run build.angular" ,
1919 "build.angular.win" : " lerna run build.angular.win" ,
20- "build.all" : " lerna run build.all" ,
20+ "build.all" : " lerna run build.all" ,
2121 "build.all.win" : " lerna run build.all.win" ,
2222 "doc" : " node builddoc.mjs && git add docs/* && git commit -m \" chore:doc\" " ,
2323 "force_publish" : " lerna publish from-package" ,
You can’t perform that action at this time.
0 commit comments