1
0
Fork 0

exclude dev dependencies while we work on removing lerna

pull/1804/head
Thomas Boop 2024-08-22 10:04:12 -04:00
parent 59400e2013
commit dd8d7c3551
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: npm run bootstrap
- name: audit tools (without allow-list)
run: npm audit --audit-level=moderate
run: npm audit --audit-level=moderate --omit dev
- name: audit packages
run: npm run audit-all