Skip to content

Commit

Permalink
cicd: bugfix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Nov 7, 2024
1 parent 842ed6d commit ce13dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
#----------------------------------------------
- name: Check lockfile
run: |
- npm install --force
- git ls-files -m | grep -q package-lock.json \
npm install --force
git ls-files -m | grep -q package-lock.json \
&& { echo "WARNING - Lock file is outdated!" && exit 1; }
- exit 0
exit 0
#----------------------------------------------
# Run npm audit
#----------------------------------------------
Expand Down

0 comments on commit ce13dfa

Please sign in to comment.