Skip to content

Commit d8de461

Browse files
authored
Merge pull request #60 from companieshouse/feature/BI-5981-add-audit
add npm audit
2 parents bc358c6 + 33eabc6 commit d8de461

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)