Skip to content

Commit 6408354

Browse files
committed
Change prepare to prepack
1 parent da44c43 commit 6408354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rtk-query-codegen-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"build": "yarn clean && tsup && chmod +x lib/bin/cli.mjs",
3636
"clean": "rimraf lib",
37-
"prepare": "yarn build && chmod +x lib/bin/cli.mjs",
37+
"prepack": "yarn build && chmod +x lib/bin/cli.mjs",
3838
"format": "prettier --write \"src/**/*.ts\"",
3939
"test:update": "vitest --run --update",
4040
"test:update:enum": "lib/bin/cli.mjs test/config.example.enum.ts",

0 commit comments

Comments
 (0)