exclude dev dependencies while we work on removing lerna

This commit is contained in:
Thomas Boop 2024-08-22 10:04:12 -04:00
parent 59400e2013
commit dd8d7c3551

View File

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