From c00d99a200a676a25b0a66dc3fb6af78def4fe2f Mon Sep 17 00:00:00 2001 From: Greg Considine Date: Wed, 10 Mar 2021 21:49:16 -0500 Subject: [PATCH] Update CI step to include config.local copy from template if not present --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40053d64..b7a362ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: run: | cd gulp yarn gulp translations.fullBuild + yarn gulp localConfig.findOrCreate cd .. yarn tslint