File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1363,16 +1363,12 @@ $(NPMNODEMODULES): $(NPMPACKAGELOCKS)
13631363 @touch -m ../../node_modules/.modified
13641364
13651365$(WEBSERVERGAME ) : $(GENERATEDJS ) webserver/client/game/src/* .js $(NPMNODEMODULES )
1366- cd webserver/client/game
1367- echo Build GAME
1368- npm run build
1366+ npm run build --workspace=crawl-game
13691367
13701368$(WEBSERVERLOBBY ) : webserver/client/lobby/src/* .js $(NPMNODEMODULES )
13711369 @rm -f webserver/static/index-* .js
13721370 @rm -f webserver/static/index-* .css
1373- cd webserver/client/lobby
1374- echo Build LOBBY
1375- npm run build
1371+ npm run build --workspace=crawl-lobby
13761372
13771373clean-webserver :
13781374 $(RM ) $(STATICFILES ) webserver/* .pyc
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
8- "build" : " vite build && npm run copy" ,
8+ "build" : " npm-run-all build copy" ,
9+ "build:vite" : " vite build" ,
910 "lint" : " biome lint ./src/*" ,
1011 "lint:fix" : " biome lint ./src/* --write --unsafe" ,
1112 "format" : " biome format ./src/*" ,
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
8- "build" : " vite build && npm run copy" ,
8+ "build" : " npm-run-all build copy" ,
9+ "build:vite" : " vite build" ,
910 "lint" : " biome lint" ,
1011 "lint:fix" : " biome lint --write --unsafe" ,
1112 "format" : " biome format" ,
You can’t perform that action at this time.
0 commit comments