From 5232cf63a15093113662c4439f5c54f3fca28ab5 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 26 Oct 2019 00:05:47 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 1e0ae7953..c3f7ea314 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -16,8 +16,8 @@ jobs: - name: "npm install" run: npm install - - name: "npm run format" - run: npm run format + - name: "npm run format --epg" + run: npm run format --epg - name: "npm run generate" run: npm run generate