Skip to content

Commit 6c0cbe3

Browse files
clydinfilipesilva
authored andcommitted
test(@angular/cli): run an npm audit test
currently purely for reporting and does not fail
1 parent 59eedc2 commit 6c0cbe3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { npm } from '../../utils/process';
2+
3+
4+
export default async function() {
5+
try {
6+
await npm('audit');
7+
} catch {}
8+
}

0 commit comments

Comments
 (0)