Correct the npx parameter

This commit is contained in:
Alex Tselegidis 2024-08-20 17:10:28 +02:00
parent 25f6cdf768
commit ce047131b8
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}