Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eskopp committed Nov 6, 2024
1 parent 06b8f99 commit d0817d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ all:
sudo apt install -y nodejs && \
npm install cross-env --legacy-peer-deps && \
npm fund || true && \
npm audit fix --force && \
npm audit fix --force || true && \
npm run build

0 comments on commit d0817d9

Please sign in to comment.