From b04d102a8ed55a2b7e07ff4366d884f850de7651 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 30 Dec 2022 10:10:13 -0600 Subject: [PATCH] Add `yarn audit:fix` command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 09be3c6bd1..cbee5ab742 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "dev": "${npm_execpath} run start", "build": "npx webpack", "jsdoc": "npx jsdoc -c jsdoc.conf.js", + "audit:fix": "npx yarn-audit-fix", "manage:translations": "npx ts-node ./scripts/translationRunner.ts", "test": "npx cross-env NODE_ENV=test npx jest", "test:coverage": "${npm_execpath} run test --coverage",