From 02afdb3d3273f27102aaacfb936d3486294662d7 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 13 Aug 2020 10:37:16 +0800 Subject: [PATCH] - npm: Fix `run-if-changed` script with redundant call to `run-s` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc144538..cd42e11d 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "build": "npm run build-html", "docs": "npm run build-docs", "licenseInfo.json": "npm run license-badges", - "package-lock.json": "run-s install-offline run-s license-badges copy prep-no-eslint build-docs" + "package-lock.json": "run-s install-offline license-badges copy prep-no-eslint build-docs" }, "husky": { "hooks": {