Commit a1230654 authored by BryceLTaylor's avatar BryceLTaylor

Run npm ci in update-translations cron on circle

parent d240351e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment