mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Skip gulp prompt
This commit is contained in:
parent
821b125016
commit
25f6cdf768
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
"zip-dir": "^2.0.0"
|
"zip-dir": "^2.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx gulp",
|
"start": "npx gulp --yes",
|
||||||
"build": "npx gulp build",
|
"build": "npx gulp build",
|
||||||
"docs": "npx gulp docs"
|
"docs": "npx gulp docs"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue