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 bc02ba3 commit 307802aCopy full SHA for 307802a
package.json
@@ -11,7 +11,7 @@
11
},
12
"scripts": {
13
"test": "jest --silent",
14
- "prepublishOnly": "pnpm run build",
+ "prepublishOnly": "pnpm build",
15
"build": "rm -rf lib && tsc && pnpm shebang && pnpm terse",
16
"shebang": "node scripts/shebang.mjs lib/cli.js",
17
"terse": "sucrase-node scripts/terse.ts lib/"
0 commit comments