From 9f34b33b7e44ccf251db8238f69d183cca2af3f7 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 19 Jan 2026 10:40:56 -0800 Subject: [PATCH] Remove sourcemaps command --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 386812e3..4f04cf6c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { - "name": "flotilla", + "name": "flotilla", "version": "1.6.3", "private": true, "scripts": { "dev": "vite dev", "build": "./build.sh", - "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",