mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #5336 from BryceLTaylor/fix-circle-translation-cron
Run npm ci in update-translations cron on circle
This commit is contained in:
commit
0719530142
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue