Skip to content

Commit

Permalink
chore: Update schema, remove tsc from frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Jan 29, 2025
1 parent e67fc85 commit 332a266
Show file tree
Hide file tree
Showing 3 changed files with 1,580 additions and 1,070 deletions.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"scripts": {
"start": "vite",
"develop": "start",
"build": "tsc && vite build",
"build": "vite build",
"preview": "vite preview",
"test": "craco test",
"schema": "node ./scripts/generate-schemas.cjs public",
Expand Down
Loading

0 comments on commit 332a266

Please sign in to comment.