Fixed build command

This commit is contained in:
Observer KRypt0n_ 2022-01-06 18:36:43 +02:00
parent 7fafddffac
commit ef1c002034
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -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 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/public && neu build --release",
"bundle": "node scripts/bundle-appimage.cjs",
"check": "svelte-check --tsconfig ./tsconfig.json"
},