From ac8b848f7ad9862dfc9d968fe2e2e04980b571e6 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 4 May 2020 18:04:42 +0900 Subject: [PATCH] Fix workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11eabd7..16fa255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,10 @@ jobs: with: node-version: 12.x - run: npm ci + - run: npm run build + - run: npm run format-check + - run: npm run lint - run: npm run test - - run: npm run package - uses: actions/upload-artifact@v2 with: name: dist