Fix #210: Issues with gulp4
This commit is contained in:
parent
ebfdd7129a
commit
0068ab857f
2 changed files with 13 additions and 9 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"transifex-pull": "tx pull --all --minimum-perc 1 --force && (git add locales/*.json && git commit locales/*.json -m 'Update translations' || true)",
|
||||
"layers": "node layers/josm/extract.js && node layers/collection/extract.js",
|
||||
"test": "gulp",
|
||||
"prettier": "prettier --write '**/*'"
|
||||
"prettier": "prettier --write '**/*'",
|
||||
"watch": "gulp && gulp watch"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue