Skip to content

Commit

Permalink
fix production only
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjost committed Mar 4, 2020
1 parent bfc72bd commit dbaceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: npm audit prod
run: npm audit --only=prod --audit-level=low
run: npm audit --production --audit-level=low
- name: npm audit dev
run: npm audit --only=dev --audit-level=moderate

0 comments on commit dbaceb8

Please sign in to comment.