From ce047131b8cf534f6c3917fe023ef709b6ea9190 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 20 Aug 2024 17:10:28 +0200 Subject: [PATCH] Correct the npx parameter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39cd36a4..3e87dc90 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "zip-dir": "^2.0.0" }, "scripts": { - "start": "npx gulp --yes", + "start": "npx --yes gulp", "build": "npx gulp build", "docs": "npx gulp docs" }