🦄 Adds build command with env

This commit is contained in:
Rune Harlyk
2024-08-24 21:17:17 +02:00
committed by Rune Harlyk
parent ac17be696b
commit fb8ee64ee4
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"build:embedded": "VITE_USE_HOST_NAME=true vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
@@ -59,4 +60,4 @@
"uzip": "^0.20201231.0",
"xacro-parser": "^0.3.9"
}
}
}