Skip to content

Commit

Permalink
Fix test:update:enum NPM script
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jan 31, 2024
1 parent 6c6449a commit 743cf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rtk-query-codegen-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prepare": "yarn build && chmod +x lib/bin/cli.js",
"format": "prettier --write \"src/**/*.ts\"",
"test:update": "vitest --run --update",
"test:update:enum": "lib/bin/cli.js test/config.example.enum.ts",
"test": "vitest --run",
"test:update:enum": "yarn cli test/config.example.enum.ts",
"test": "yarn test:update:enum && vitest --run",
"test:watch": "vitest --watch",
"cli": "esr src/bin/cli.ts"
},
Expand Down

0 comments on commit 743cf07

Please sign in to comment.