mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-10 14:42:28 -05:00
Merge pull request #116 from LLK/circle-correction2
install node-modules for cron workflows
This commit is contained in:
commit
060b2fe7bc
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- node/install-packages
|
||||||
- run:
|
- run:
|
||||||
name: "pull editor and www translations"
|
name: "pull editor and www translations"
|
||||||
command: |
|
command: |
|
||||||
|
@ -73,6 +74,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- node/install-packages
|
||||||
- run: npm run sync:help
|
- run: npm run sync:help
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
Loading…
Reference in a new issue