Build before other stuff

This commit is contained in:
Jon Staab
2025-02-06 12:52:42 -08:00
parent 7dc7b5abeb
commit d8cf48381b
+2 -2
View File
@@ -5,8 +5,8 @@
"scripts": {
"dev": "vite dev",
"build": "./build.sh",
"sourcemaps": "./sourcemaps.sh",
"release:android": "cap build android --androidreleasetype APK --signing-type apksigner",
"sourcemaps": "./build.sh && ./sourcemaps.sh",
"release:android": "./build.sh && cap build android --androidreleasetype APK --signing-type apksigner",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check src && eslint src",