From 8915c01d823b4bb046b5b4437c40b5dd3c9c58fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 19 Jul 2022 13:31:32 +0200 Subject: [PATCH] :zap: Change `:` to `&&` in scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3df2e2b..7ee776e 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", - "lint": "tslint -p tsconfig.json -c tslint.json; eslint nodes credentials package.json", - "lintfix": "tslint --fix -p tsconfig.json -c tslint.json; eslint nodes credentials package.json --fix", + "lint": "tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json", + "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [