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.
test:update:enum
1 parent 6c6449a commit 743cf07Copy full SHA for 743cf07
packages/rtk-query-codegen-openapi/package.json
@@ -22,8 +22,8 @@
22
"prepare": "yarn build && chmod +x lib/bin/cli.js",
23
"format": "prettier --write \"src/**/*.ts\"",
24
"test:update": "vitest --run --update",
25
- "test:update:enum": "lib/bin/cli.js test/config.example.enum.ts",
26
- "test": "vitest --run",
+ "test:update:enum": "yarn cli test/config.example.enum.ts",
+ "test": "yarn test:update:enum && vitest --run",
27
"test:watch": "vitest --watch",
28
"cli": "esr src/bin/cli.ts"
29
},
0 commit comments