Run i18n tests in development mode
This commit is contained in:
parent
24c7b3a6bf
commit
53ac6a8ea6
|
@ -52,7 +52,7 @@ i18n:
|
||||||
stage: build
|
stage: build
|
||||||
script: yarn manage:translations
|
script: yarn manage:translations
|
||||||
variables:
|
variables:
|
||||||
NODE_ENV: production
|
NODE_ENV: development
|
||||||
before_script:
|
before_script:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
Loading…
Reference in New Issue