mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino
This commit is contained in:
commit
421e6b8900
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue