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
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- lts/*
|
||||||
|
cache: yarn
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"transifex-push": "gulp i18next && tx push --source",
|
"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)",
|
"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",
|
"layers": "node layers/josm/extract.js && node layers/collection/extract.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "gulp",
|
||||||
"prettier": "prettier --write '**/*'"
|
"prettier": "prettier --write '**/*'"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue