Skip to content

Commit 39cc3d8

Browse files
committed
fix: compile before build
1 parent 481e577 commit 39cc3d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"scripts": {
3737
"start": "vite",
38+
"prebuild": "tsc",
3839
"build": "vite build",
3940
"test": "vitest --disable-console-intercept --no-file-parallelism",
4041
"lint": "eslint \"src/**/*.{ts,tsx}\"",

0 commit comments

Comments
 (0)