File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
"prettier-fix" : " npx prettier@2 --write \" packages/**/*.ts\" " ,
23
23
"ncu" : " npm exec --workspaces -- npx npm-check-updates@12" ,
24
24
"ncu-upgrade" : " npm exec --workspaces -- npx npm-check-updates@12 -u" ,
25
- "publish-prerelease" : " npm version prerelease --workspaces --no-git-tag-version --include-workspace-root --preid preview " ,
26
- "publish-patch" : " npm version patch --workspaces --no-git-tag-version --include-workspace-root " ,
27
- "publish-minor" : " npm version minor --workspaces --no-git-tag-version --include-workspace-root " ,
28
- "publish-major" : " npm version major --workspaces --no-git-tag-version --include-workspace-root " ,
25
+ "publish-prerelease" : " npm version prerelease" ,
26
+ "publish-patch" : " ./bin/ version.js patch" ,
27
+ "publish-minor" : " ./bin/ version.js minor" ,
28
+ "publish-major" : " ./bin/ version.js major" ,
29
29
"publish-preview" : " npm publish --dry-run --workspaces" ,
30
30
"debug-link" : " npm run link --workspaces --if-present"
31
31
},
You can’t perform that action at this time.
0 commit comments