diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-08-14 18:15:20 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-08-14 18:15:20 -0700 |
commit | 5220fc1a97fde3796e0cdb1f7ff1329e0fd9e5a4 (patch) | |
tree | 764df9fbf4adee63014ea63c3bbd80df9b55de94 /.github/workflows | |
parent | dd25293b01e0dc3da59fda7deb55347103989bb6 (diff) | |
download | trackermap-web-5220fc1a97fde3796e0cdb1f7ff1329e0fd9e5a4.tar.gz trackermap-web-5220fc1a97fde3796e0cdb1f7ff1329e0fd9e5a4.tar.bz2 trackermap-web-5220fc1a97fde3796e0cdb1f7ff1329e0fd9e5a4.zip |
Ignore postinstall on CI
Diffstat (limited to '.github/workflows')
-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 |