Skip to content

Commit

Permalink
tested if openapi-typescript is now compatible with our types
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 6, 2024
1 parent aa69a3d commit 0e67f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"type-check": "nuxt typecheck",
"type-refresh": "openapi-typescript ../openapi.yaml --output app/api_types/index.ts --export-type --immutable-types --support-array-length && npm run format && npm run lint",
"type-refresh": "openapi-typescript ../openapi.yaml --output app/api_types/index.ts --export-type --immutable --support-array-length && npm run format && npm run lint",
"lint": "eslint . --fix --ignore-pattern '.nuxt|node_modules|.output' ",
"format": "prettier --plugin=prettier-plugin-tailwindcss --end-of-line lf --write ."
},
Expand Down

0 comments on commit 0e67f84

Please sign in to comment.