mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 21:52:35 -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
|
||||
steps:
|
||||
- checkout
|
||||
- node/install-packages
|
||||
- run:
|
||||
name: "pull editor and www translations"
|
||||
command: |
|
||||
|
@ -73,6 +74,7 @@ jobs:
|
|||
<<: *defaults
|
||||
steps:
|
||||
- checkout
|
||||
- node/install-packages
|
||||
- run: npm run sync:help
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in a new issue