From eb0ee2d0a0b7ea1c5a7e452cb2148472f4a47dbd Mon Sep 17 00:00:00 2001 From: lizzyTheLizard <14069652+lizzyTheLizard@users.noreply.github.com> Date: Sat, 30 Mar 2024 21:46:52 +0100 Subject: [PATCH] Added audit to workflow --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 045521a..beff2c8 100644 --- a/package.json +++ b/package.json @@ -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",