From 9a002d18b04a4ae39bd97124dfcbbdeab01822d9 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+StroepWafel@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:26:19 +1030 Subject: [PATCH] audit command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0ada2b7f..b85d5af1 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!", "browserslist": "> 0.5%, last 2 versions, not dead", "scripts": { + "autoaudit": "npm audit && npm audit fix && npm run build", "dev": "cross-env MODE=chrome vite dev", "dev:firefox": "cross-env MODE=firefox vite build --watch", "compile": "npm i && npm run build",