Run i18n tests in development mode

This commit is contained in:
Alex Gleason 2020-04-26 13:02:42 -05:00
parent 24c7b3a6bf
commit 53ac6a8ea6
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -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