Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino

This commit is contained in:
Maroxy 2022-01-06 17:46:50 +01:00
commit 421e6b8900
No known key found for this signature in database
GPG key ID: F4B27EADB21E3021

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 -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"
},