Skip to content

Commit 54ec428

Browse files
committed
s/prepack/prepare/ for npx
1 parent f5039d1 commit 54ec428

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
@@ -19,7 +19,7 @@
1919
"lint:fix_check": "npm run lint:fix && git diff --exit-code --quiet",
2020
"check": "npm run typecheck && npm run lint",
2121
"typecheck": "tsgo --noEmit",
22-
"prepack": "npm run build"
22+
"prepare": "npm run build"
2323
},
2424
"files": [
2525
"dist"

0 commit comments

Comments
 (0)