diff options
author | rahighi <rahighi> | 2021-08-26 13:11:23 +0430 |
---|---|---|
committer | rahighi <rahighi> | 2021-08-26 13:11:23 +0430 |
commit | d4c38aa96f8404f3178031592e773a72b30df533 (patch) | |
tree | faf0bfada7b5d98b3cbe34230a7628ba6d16a030 /.github | |
parent | b18da8ebebca5d40fb58fa270530cb9b048ff6ec (diff) | |
download | trackermap-web-d4c38aa96f8404f3178031592e773a72b30df533.tar.gz trackermap-web-d4c38aa96f8404f3178031592e773a72b30df533.tar.bz2 trackermap-web-d4c38aa96f8404f3178031592e773a72b30df533.zip |
Merge branch 'master' of https://github.com/traccar/traccar-web
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/old.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/old.yml b/.github/workflows/old.yml index 2f9f39f0..747ddca0 100644 --- a/.github/workflows/old.yml +++ b/.github/workflows/old.yml @@ -14,5 +14,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - - run: npm install + - run: npm install --ignore-scripts - run: npm run lint |