Skip to content

Commit

Permalink
bugfix: test:update was not working, so it has been fixed to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Oct 6, 2023
1 parent 2fe9e73 commit dc4c7a6
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 @@ -17,10 +17,10 @@
"rtk-query-codegen-openapi": "lib/bin/cli.js"
},
"scripts": {
"build": "tsc",
"build": "tsc && chmod +x lib/bin/cli.js",
"prepare": "npm run build && chmod +x ./lib/bin/cli.js",
"format": "prettier --write \"src/**/*.ts\"",
"test:update": "lib/bin/cli.js test/fixtures/petstore.json --file test/fixtures/generated.ts -h",
"test:update": "jest --runInBand --updateSnapshot",
"test": "jest --runInBand",
"cli": "esr src/bin/cli.ts"
},
Expand Down

0 comments on commit dc4c7a6

Please sign in to comment.