Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore: remove usage of npx
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Feb 12, 2024
1 parent 34da2d3 commit 02fb2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"gen:api": "npx swagger-typescript-api -p http://localhost:5000/swagger/doc.json -o ./src/client -n index.ts --module-name-first-tag",
"gen:api": "swagger-typescript-api -p http://localhost:5000/swagger/doc.json -o ./src/client -n index.ts --module-name-first-tag",
"preview": "vite preview",
"format": "prettier -uw --ignore-path .gitignore .",
"run-tsc": "tsc",
Expand Down

0 comments on commit 02fb2aa

Please sign in to comment.