Skip to content

Commit 69e1fe6

Browse files
committed
chore: fix apm.prepublishOnly
1 parent d49b8b2 commit 69e1fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prepare.base": "npm run build",
4242
"build-commit": "build-commit -o dist",
4343
"bump": "ncu -u -x coffeescript",
44-
"apm.prepublishOnly": "git checkout apm.publish && git reset --hard master && shx rm -rf nuclide && git commit -m 'clean'",
44+
"apm.prepublishOnly": "git checkout apm.publish && git reset --hard master && shx rm -rf nuclide && git commit -a -m 'clean'",
4545
"prepublishOnly": "shx rm -rf **/tsconfig.tsbuildinfo",
4646
"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",
4747
"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

Comments
 (0)