Skip to content

Commit

Permalink
fix: refactor audit command into a separate file for overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 13, 2022
1 parent eaaf3d9 commit 2fef1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/content/_step-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: Run Audit
run: {{ rootNpmPath }} audit
3 changes: 1 addition & 2 deletions lib/content/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ on:
jobs:
audit:
{{> job jobName="Audit Dependencies" jobDepFlags="--package-lock" }}
- name: Run Audit
run: {{ rootNpmPath }} audit
{{> stepAudit }}

0 comments on commit 2fef1e8

Please sign in to comment.