Skip to content

Commit 307802a

Browse files
committed
Update prepublish script
1 parent bc02ba3 commit 307802a

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
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"test": "jest --silent",
14-
"prepublishOnly": "pnpm run build",
14+
"prepublishOnly": "pnpm build",
1515
"build": "rm -rf lib && tsc && pnpm shebang && pnpm terse",
1616
"shebang": "node scripts/shebang.mjs lib/cli.js",
1717
"terse": "sucrase-node scripts/terse.ts lib/"

0 commit comments

Comments
 (0)