mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-21 01:11:46 +03:00
Fixed build command
This commit is contained in:
parent
7fafddffac
commit
ef1c002034
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"neu": "neu",
|
"neu": "neu",
|
||||||
"dev": "vite build && neu run --disable-auto-reload",
|
"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",
|
"bundle": "node scripts/bundle-appimage.cjs",
|
||||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue