From 77dfee2d9b8aaeba0a237bcebf632ebd3eb4383b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 5 Jul 2020 10:09:13 -0700 Subject: Update CI script --- .eslintignore | 2 ++ .github/workflows/node.js.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index c3577ef..84a8630 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,4 @@ web/simple/app.js +web/app.min.js web/load.js +web/modern diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7d20a29..a4ba2ea 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,5 +14,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - - run: npm ci + - run: npm install - run: npm run lint -- cgit v1.2.3