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:
@@ -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/**/*.*",
|
||||
|
||||
Reference in New Issue
Block a user