🔨 makes proto generation be part of build script

This commit is contained in:
Rune Harlyk
2026-01-03 15:57:06 +01:00
committed by nikguin04
parent 0309855d5f
commit 685088c218
+1 -2
View File
@@ -4,8 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"build:proto": "pnpm proto && vite build",
"build": "pnpm proto && vite build",
"build:embedded": "cross-env VITE_USE_HOST_NAME=true vite build",
"preview": "vite preview",
"test": "pnpm run test:integration && pnpm run test:unit",