mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Bundle public in release
This commit is contained in:
parent
81676f4b7c
commit
54ff1ed95e
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 && neu build --release",
|
||||
"build": "vite build && rm -rf dist/an-anime-game-launcher/public && cp -r public dist/an-anime-game-launcher && neu build --release",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue