Skip to content

Commit

Permalink
build: add build:schema script to package.json
Browse files Browse the repository at this point in the history
tuner committed Jan 3, 2025
1 parent c1d5945 commit 49cfdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
"dev": "vite",
"build:app": "tsc && vite build",
"build:lib": "tsc && vite build --mode lib",
"build:schema": "ts-json-schema-generator --tsconfig tsconfig.json --type InSchema --unstable -o dist/schema.json",
"preview": "vite preview"
},
"devDependencies": {

0 comments on commit 49cfdc9

Please sign in to comment.