Skip to content

Commit

Permalink
quick build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails authored Mar 6, 2024
1 parent 398923e commit 1144d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "tsc --noEmit && vite build --mode lib",
"build:lib": "vite build --mode lib",
"generate": "tsx ./generateSchemas.ts",
"generate:watch": "tsx ./generateSchemas.ts --watch-path=./**/*.ts"
},
Expand Down

0 comments on commit 1144d5b

Please sign in to comment.