Skip to content

Commit 36413a8

Browse files
committed
Fixed prettier command
1 parent f2a148b commit 36413a8

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
@@ -9,7 +9,7 @@
99
"default": "./dist/index.js"
1010
},
1111
"scripts": {
12-
"build": "tsc --module CommonJS && cd dist && mv \"index.js\" \"index.cjs\" && cd ../ && tsc --module es2020 && prettier -w dist/* --loglevel warn",
12+
"build": "tsc --module CommonJS && cd dist && mv \"index.js\" \"index.cjs\" && cd ../ && tsc --module es2020 && npx prettier -w dist/* --loglevel warn",
1313
"test": "npm run build && uvu tests",
1414
"bench": "npm run build && node bench.js",
1515
"prepublish": "npm run build"

0 commit comments

Comments
 (0)