🦧 Adds new scripts
This commit is contained in:
+2
-1
@@ -5,8 +5,9 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
"dev:mock": "vite --mode MOCK",
|
||||||
"build": "cross-env FOR_EMBEDDED=true vite build",
|
"build": "cross-env FOR_EMBEDDED=true vite build",
|
||||||
"build:web": "cross-env FOR_EMBEDDED=false vite build",
|
"build:web": "cross-env FOR_EMBEDDED=false vite build --mode WEB",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||||
"format": "prettier --plugin-search-dir . --write ."
|
"format": "prettier --plugin-search-dir . --write ."
|
||||||
|
|||||||
Reference in New Issue
Block a user