Unverified Commit 07195301 authored by Bryce Taylor's avatar Bryce Taylor Committed by GitHub

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

Run npm ci in update-translations cron on circle
parents aef18e1a a1230654
...@@ -118,6 +118,9 @@ aliases: ...@@ -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
......
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