Merge pull request #5336 from BryceLTaylor/fix-circle-translation-cron

Run npm ci in update-translations cron on circle
This commit is contained in:
Bryce Taylor 2021-05-04 13:24:11 -04:00 committed by GitHub
commit 0719530142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,9 @@ aliases:
<<: *defaults
steps:
- checkout
- run:
name: "setup"
command: npm --production=false ci
- run:
name: "run i18n script"
command: npm run i18n:push