also compare-locales everything in locales/
This commit is contained in:
Родитель
eea3408b1b
Коммит
72bb13d895
|
@ -6,9 +6,12 @@ services:
|
||||||
- postgresql
|
- postgresql
|
||||||
env:
|
env:
|
||||||
- NODE_ENV=tests
|
- NODE_ENV=tests
|
||||||
|
install:
|
||||||
|
- sudo pip install compare-locales
|
||||||
|
- npm install
|
||||||
before_script:
|
before_script:
|
||||||
- pip install compare-locales
|
|
||||||
- compare-locales --validate l10n.toml .
|
- compare-locales --validate l10n.toml .
|
||||||
|
- compare-locales l10n.toml . `ls locales`
|
||||||
- cp .env-dist .env
|
- cp .env-dist .env
|
||||||
- createdb test-blurts
|
- createdb test-blurts
|
||||||
- npm install npm@latest -g
|
- npm install npm@latest -g
|
||||||
|
|
Загрузка…
Ссылка в новой задаче