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 11
11
"scripts" : {
12
12
"setup" : " ts-patch install" ,
13
13
"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" ,
15
15
"publish-major" : " npm run setup && npm run build.all && lerna publish major --create-release=github --force-publish" ,
16
16
"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" ,
17
17
"build" : " lerna run build" ,
18
18
"build.angular" : " lerna run build.angular" ,
19
19
"build.angular.win" : " lerna run build.angular.win" ,
20
- "build.all" : " lerna run build.all" ,
20
+ "build.all" : " lerna run build.all" ,
21
21
"build.all.win" : " lerna run build.all.win" ,
22
22
"doc" : " node builddoc.mjs && git add docs/* && git commit -m \" chore:doc\" " ,
23
23
"force_publish" : " lerna publish from-package" ,
You can’t perform that action at this time.
0 commit comments