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 3939 "build.package" : " npm run clean && cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c" ,
4040 "prepare.base" : " npm run build.package && npm run build.commons-atom && npm run build.commons-ui" ,
4141 "build" : " npm run build.package" ,
42- "build-commit" : " build-commit -o package" ,
42+ "build-commit" : " npm run prepublishOnly && build-commit -o package" ,
4343 "prepare" : " npm run prepare.base && npm run prepare.nuclide" ,
4444 "bump" : " ncu -u -x coffeescript" ,
45- "apm.prepublishOnly" : " git checkout apm.publish && git reset --hard master && shx rm -rf nuclide && git commit -a -m 'clean'" ,
45+ "apm.prepublishOnly" : " npm run build-commit && git checkout apm.publish && git reset --hard master && git pushh -f && shx rm -rf nuclide spec src-commons-ui src-commons-atom src-package types-packages pnpm-lock.yaml && git commit -a -m 'clean'" ,
4646 "prepublishOnly" : " shx rm -rf **/tsconfig.tsbuildinfo" ,
4747 "build.nuclide-adb" : " cross-env BABEL_KEEP_MODULES=false babel nuclide/nuclide-adb --out-dir dist-nuclide/nuclide-adb --copy-files --no-copy-ignored --include-dotfiles --delete-dir-on-start" ,
4848 "build.nuclide-analytics" : " cross-env BABEL_KEEP_MODULES=false babel nuclide/nuclide-analytics --out-dir dist-nuclide/nuclide-analytics --copy-files --no-copy-ignored --include-dotfiles --delete-dir-on-start" ,
You can’t perform that action at this time.
0 commit comments