Skip to content

Commit

Permalink
chore: add prettier to test prettier functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Apr 20, 2024
1 parent 745912e commit 6267a8b
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 139 deletions.
3 changes: 2 additions & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"dev:mock": "prism mock ./petstore.yaml --dynamic",
"build": "tsc && vite build",
"preview": "vite preview",
"generate:api": "node ../../dist/cli.mjs -i ./petstore.yaml -c axios --request ./request.ts",
"generate:api": "node ../../dist/cli.mjs -i ./openapi.yml",
"test:generated": "tsc -p ./tsconfig.openapi.json --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.18.1",
"axios": "^1.6.7",
"form-data": "~4.0.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 6267a8b

Please sign in to comment.