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 f2a148b commit 36413a8Copy full SHA for 36413a8
package.json
@@ -9,7 +9,7 @@
9
"default": "./dist/index.js"
10
},
11
"scripts": {
12
- "build": "tsc --module CommonJS && cd dist && mv \"index.js\" \"index.cjs\" && cd ../ && tsc --module es2020 && prettier -w dist/* --loglevel warn",
+ "build": "tsc --module CommonJS && cd dist && mv \"index.js\" \"index.cjs\" && cd ../ && tsc --module es2020 && npx prettier -w dist/* --loglevel warn",
13
"test": "npm run build && uvu tests",
14
"bench": "npm run build && node bench.js",
15
"prepublish": "npm run build"
0 commit comments