🍎 Adds cross env in build script

This commit is contained in:
Rune Harlyk
2024-09-03 21:44:47 +02:00
committed by Rune Harlyk
parent 4d304cb567
commit d2094aa527
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "vite dev --host", "dev": "vite dev --host",
"build": "vite build", "build": "vite build",
"build:embedded": "VITE_USE_HOST_NAME=true vite build", "build:embedded": "cross-env VITE_USE_HOST_NAME=true vite build",
"preview": "vite preview", "preview": "vite preview",
"test": "npm run test:integration && npm run test:unit", "test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",