Merge pull request #116 from LLK/circle-correction2

install node-modules for cron workflows
This commit is contained in:
chrisgarrity 2020-05-28 08:00:17 -04:00 committed by GitHub
commit 060b2fe7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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