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",