Merge branch 'manual-run'

This commit is contained in:
Aleksi Lassila
2023-08-19 03:27:14 +03:00
2 changed files with 33 additions and 30 deletions

View File

@@ -9,7 +9,7 @@
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"deploy": "PORT=9494 node build/",
"deploy": "PORT=9494 NODE_ENV=production node build/",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",