From a1d6760cc9007c13c3698873f6315d34c61bbb81 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 17 Aug 2020 13:56:42 +0000 Subject: [PATCH] update CI settings --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8bb46ccf..f081e5c3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,6 +27,7 @@ jobs: yarn install yarn lint --format=stylish yarn spellcheck + yarn format:check yarn test:ci yarn build:prod yarn size