Skip to content

Commit

Permalink
Remove audit from scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbmb committed Feb 11, 2024
1 parent 4eeb460 commit 189c71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"license": "private",
"engineStrict": true,
"scripts": {
"audit": "yarn audit --groups dependencies",
"format": "prettier --write src/**/*.ts",
"lint": "tsc --noEmit && eslint src/**/*.ts",
"build": "yarn rimraf dist && yarn run lint && tsup",
Expand Down

0 comments on commit 189c71c

Please sign in to comment.