mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Run npm ci in update-translations cron on circle
This commit is contained in:
parent
d240351e5c
commit
a1230654cd
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