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.
prepare
prepack
1 parent da44c43 commit 6408354Copy full SHA for 6408354
packages/rtk-query-codegen-openapi/package.json
@@ -34,7 +34,7 @@
34
"scripts": {
35
"build": "yarn clean && tsup && chmod +x lib/bin/cli.mjs",
36
"clean": "rimraf lib",
37
- "prepare": "yarn build && chmod +x lib/bin/cli.mjs",
+ "prepack": "yarn build && chmod +x lib/bin/cli.mjs",
38
"format": "prettier --write \"src/**/*.ts\"",
39
"test:update": "vitest --run --update",
40
"test:update:enum": "lib/bin/cli.mjs test/config.example.enum.ts",
0 commit comments