mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -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
|
<<: *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
|
||||||
|
|
Loading…
Reference in a new issue