Run npm ci in update-translations cron on circle

This commit is contained in:
BryceLTaylor 2021-05-04 11:20:47 -04:00
parent d240351e5c
commit a1230654cd

View file

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