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