Remove dist-output packaging, use electron only
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
"dev": "concurrently -n \"server,web,ui\" -c \"cyan,magenta,yellow\" \"bun run --cwd web dev:server:watch\" \"bun run --cwd web build:watch\" \"bun run --cwd ui dev\"",
|
||||
"build:web": "bun run --cwd web build",
|
||||
"build:ui": "bun run --cwd ui build",
|
||||
"package": "bun run build:web && bunx shx rm -rf dist-output && bunx shx mkdir dist-output && bunx shx cp -r web/dist dist-output/ && bunx shx cp -r web/server dist-output/ && bunx shx cp -r web/bin dist-output/ && bunx shx cp web/package.json dist-output/",
|
||||
"type-check:web": "bun run --cwd web type-check",
|
||||
"type-check:ui": "bun run --cwd ui type-check",
|
||||
"lint:web": "bun run --cwd web lint",
|
||||
|
||||
Reference in New Issue
Block a user