Skip to content

Commit

Permalink
Added audit to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzyTheLizard committed Mar 30, 2024
1 parent 451e4de commit eb0ee2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "domain-schema-documentation",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"build": "yarn workspaces foreach -A run build",
"check": "yarn lint:nofix && yarn syncpack:nofix && yarn workspaces foreach -A run check",
"check": "yarn lint:nofix && yarn audit && yarn syncpack:nofix && yarn workspaces foreach -A run check",
"audit": "yarn workspaces foreach -A npm audit",
"lint": "eslint --fix .",
"lint:nofix": "eslint .",
"syncpack": "syncpack format && syncpack fix-mismatches",
Expand Down

0 comments on commit eb0ee2d

Please sign in to comment.