From ee70f4298e4fc28944635c5c52be920b89ec86f2 Mon Sep 17 00:00:00 2001 From: Thomas B Date: Wed, 28 Dec 2022 18:44:08 +0100 Subject: [PATCH] Fixed dev and devStandalone script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c7776007..e7e4c2e9 100644 --- a/package.json +++ b/package.json @@ -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/**/*.*",