Skip to content

Commit

Permalink
Revert "test(audit): change --audit-level to critical"
Browse files Browse the repository at this point in the history
This reverts commit bb1c5db.
  • Loading branch information
benji6 committed Nov 23, 2023
1 parent 3dffead commit 309ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"docs": "tsc -p docsSrc && rollup -c docsSrc/rollup.config.mjs && rm -r docsSrc/esm",
"fmt": "prettier -u --write '**/*'",
"test": "run-p test:*",
"test:audit": "npm audit --audit-level=critical",
"test:audit": "npm audit --audit-level=low",
"test:fmt": "prettier --check -u '**/*'",
"test:types": "tsc --noEmit",
"test:unit": "jest"
Expand Down

0 comments on commit 309ddb4

Please sign in to comment.