Skip to content

Commit 33eabc6

Browse files
committed
add npm audit
1 parent bc358c6 commit 33eabc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ build:
1818
lint:
1919
npm run lint
2020

21+
.PHONY: security-check
22+
security-check:
23+
npm audit
24+
2125
.PHONY: test
2226
test:
2327
npm run test

0 commit comments

Comments
 (0)