Add flag back

This commit is contained in:
Adria Navarro 2024-11-26 12:01:27 +01:00
parent 0af0c4db05
commit aebbc4158a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"license": "GPL-3.0",
"private": true,
"scripts": {
"svelte-check": "svelte-check",
"svelte-check": "svelte-check --no-tsconfig",
"build": "yarn svelte-check && routify -b && vite build --emptyOutDir",
"start": "routify -c rollup",
"dev": "routify -c dev:vite",