Skip to content

Commit

Permalink
add lint staged
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Mokevnin <mokevnin@gmail.com>
  • Loading branch information
mokevnin committed Jul 14, 2024
1 parent 0ad1301 commit 6807bca
Show file tree
Hide file tree
Showing 4 changed files with 6,417 additions and 2,210 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ install: install-deps
run:
bin/nodejs-package.js 10

install-deps:
deps-install:
npm ci --legacy-peer-deps

deps-update:
npx ncu -u

test:
npm test

Expand Down
Loading

0 comments on commit 6807bca

Please sign in to comment.