aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-07-05 10:09:13 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-07-05 10:09:13 -0700
commit77dfee2d9b8aaeba0a237bcebf632ebd3eb4383b (patch)
treef3edd52f119fd74a8c4e33a30a3abf1c1f517331
parent3aa7da38977be99e0df3c38b4f28b14eebcf698d (diff)
downloadetbsa-traccar-web-77dfee2d9b8aaeba0a237bcebf632ebd3eb4383b.tar.gz
etbsa-traccar-web-77dfee2d9b8aaeba0a237bcebf632ebd3eb4383b.tar.bz2
etbsa-traccar-web-77dfee2d9b8aaeba0a237bcebf632ebd3eb4383b.zip
Update CI script
-rw-r--r--.eslintignore2
-rw-r--r--.github/workflows/node.js.yml2
2 files changed, 3 insertions, 1 deletions
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