Skip to content

Commit 4b7939b

Browse files
committed
Revert "Fix test:update:enum NPM script"
This reverts commit 743cf07.
1 parent 743cf07 commit 4b7939b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"prepare": "yarn build && chmod +x lib/bin/cli.js",
2323
"format": "prettier --write \"src/**/*.ts\"",
2424
"test:update": "vitest --run --update",
25-
"test:update:enum": "yarn cli test/config.example.enum.ts",
26-
"test": "yarn test:update:enum && vitest --run",
25+
"test:update:enum": "lib/bin/cli.js test/config.example.enum.ts",
26+
"test": "vitest --run",
2727
"test:watch": "vitest --watch",
2828
"cli": "esr src/bin/cli.ts"
2929
},

0 commit comments

Comments
 (0)