Setup Travis CI to run build in release mode
This commit is contained in:
parent
1bcc2ea8a4
commit
40dbd2bc19
2 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"transifex-push": "gulp i18next && tx push --source",
|
||||
"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": "echo \"Error: no test specified\" && exit 1",
|
||||
"test": "gulp",
|
||||
"prettier": "prettier --write '**/*'"
|
||||
},
|
||||
"husky": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue