We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56de2e3 commit 1bf7d43Copy full SHA for 1bf7d43
1 file changed
package.json
@@ -42,7 +42,7 @@
42
"build-commit": "build-commit -o package",
43
"prepare": "npm run prepare.base && npm run prepare.nuclide",
44
"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'",
+ "apm.prepublishOnly": "npm run build-commit && git checkout apm.publish && git reset --hard master && git push -f && shx rm -rf nuclide spec src-commons-ui src-commons-atom src-package types-packages pnpm-lock.yaml && git commit -a -m 'clean'",
46
"prepublishOnly": "shx rm -rf **/tsconfig.tsbuildinfo",
47
"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",
48
"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",
0 commit comments