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

View file

@ -52,7 +52,7 @@ i18n:
stage: build
script: yarn manage:translations
variables:
NODE_ENV: production
NODE_ENV: development
before_script:
- yarn
- yarn build