File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 2222 "lint:modules:fix" : " f2elint fix -i ./modules/*/src" ,
2323 "pub" : " npm run watchdog:build && lerna publish patch --force-publish --exact --no-changelog" ,
2424 "pub:premajor" : " npm run watchdog:build && lerna publish premajor --force-publish --exact --dist-tag beta --preid beta --no-changelog" ,
25+ "pub:preminor" : " npm run watchdog:build && lerna publish preminor --force-publish --exact --dist-tag beta --preid beta --no-changelog" ,
2526 "pub:prepatch" : " npm run watchdog:build && lerna publish prepatch --force-publish --exact --dist-tag beta --preid beta --no-changelog" ,
2627 "pub:prerelease" : " npm run watchdog:build && lerna publish prerelease --force-publish --exact --dist-tag beta --preid beta --no-changelog" ,
2728 "setup" : " node ./scripts/setup.js" ,
You can’t perform that action at this time.
0 commit comments