add staging environment and set as default build (for the static site)

This commit is contained in:
Jacob Overgaard
2022-08-08 14:48:59 +02:00
parent 72cd69c590
commit 0d53e2e4e8
3 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build --mode staging",
"build:production": "tsc && vite build",
"preview": "vite preview --open",
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch",