mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-08 04:31:04 -04:00
Build 29035725
This commit is contained in:
parent
a1bf54af71
commit
819197031f
64 changed files with 3494 additions and 6921 deletions
|
@ -6,8 +6,7 @@
|
|||
"start": "rm -rf .parcel-cache && run-p dev:*",
|
||||
"dev:game-fe": "parcel src/*.html --lazy --no-hmr",
|
||||
"dev:editor-be": "nodemon editserver.js --watch editserver.js",
|
||||
"test": "jest --watch",
|
||||
"build": "npx jest && rm -f dist/* && parcel build src/index.html"
|
||||
"test": "jest --watch"
|
||||
},
|
||||
"browserslist": "since 2009",
|
||||
"author": "Renan LE CARO",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue