mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
567785ae19
commit
08a61d6967
8 changed files with 128 additions and 285 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "A roguelite take on the breakout genre, optimised for short runs and replayability.",
|
||||
"scripts": {
|
||||
"start": "bash start.sh",
|
||||
"dev:game-fe": "parcel src/*.html --lazy --no-hmr",
|
||||
"dev:game-fe": "rm -rf .parcel-cache && parcel src/*.html --lazy --no-hmr --no-cache",
|
||||
"dev:editor-be": "nodemon editserver.js --watch editserver.js",
|
||||
"test": "jest --watch"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue