From 3b202cbe67b93a88d24d4430cd7ebca721c2a574 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 6 Jan 2022 18:44:19 +0200 Subject: [PATCH] (again) fixed build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d761ba..7e5d2cc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "neu": "neu", "dev": "vite build && neu run --disable-auto-reload", - "build": "vite build && rm -rf dist/an-anime-game-launcher/public && mkdir dist/an-anime-game-launcher/public && cp -r public dist/an-anime-game-launcher/public && neu build --release", + "build": "vite build && rm -rf dist/an-anime-game-launcher/public && mkdir dist/an-anime-game-launcher/public && cp -r public dist/an-anime-game-launcher && neu build --release", "bundle": "node scripts/bundle-appimage.cjs", "check": "svelte-check --tsconfig ./tsconfig.json" },