Skip to content

Commit

Permalink
build: add audit command
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 20, 2024
1 parent 0efbc1e commit 7b7c22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"packages/*"
],
"scripts": {
"audit": "yarn npm audit --all --recursive --severity moderate --environment production",
"build": "yarn run build:source && yarn run build:types",
"build:clean": "rimraf dist 'packages/*/dist' && yarn build:force",
"build:docs": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run build:docs",
Expand Down

0 comments on commit 7b7c22b

Please sign in to comment.