1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-23 12:25:06 +00:00

Fixed dev and devStandalone script (#1503)

* Fixed dev and devStandalone script

* Added eslint no-unreachable code rule

* Fix small type issue
This commit is contained in:
Thomas (DJ1TJOO)
2022-12-29 09:57:34 +01:00
committed by GitHub
parent ed6922f912
commit 0713c850ec
3 changed files with 8 additions and 2 deletions

View File

@@ -7,8 +7,8 @@
"license": "MIT",
"private": true,
"scripts": {
"dev": "cd gulp && yarn gulp main.serveDev",
"devStandalone": "cd gulp && yarn gulp main.serveStandalone",
"dev": "cd gulp && yarn gulp",
"devStandalone": "cd gulp && yarn gulp serve.standalone-steam",
"tslint": "cd src/js && tsc",
"lint": "eslint src/js",
"prettier-all": "prettier --write src/**/*.* && prettier --write gulp/**/*.*",