mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Correct the npx parameter
This commit is contained in:
parent
25f6cdf768
commit
ce047131b8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue