Skip to content

Commit 2dadded

Browse files
committed
[#134] 🔧 update generate:types scripts with type saving path
1 parent 6de651e commit 2dadded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"format": "prettier --write .",
6969
"test": "jest",
7070
"commit": "cz",
71-
"generate:types": "openapi-typescript http://43.202.50.174:8080/v3/api-docs --output src/types/apiSchema.types.d.ts",
71+
"generate:types": "openapi-typescript http://43.202.50.174:8080/v3/api-docs --output src/types/api/apiSchema.types.d.ts",
7272
"storybook": "storybook dev -p 6006",
7373
"build-storybook": "storybook build",
7474
"chromatic": "npx chromatic"

0 commit comments

Comments
 (0)