Skip to content

Commit

Permalink
Correct the npx parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Aug 20, 2024
1 parent 25f6cdf commit ce04713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit ce04713

Please sign in to comment.