[ci:force] - Using audit in place of custom scripts

This commit is contained in:
VitoAlbano
2026-06-04 09:26:33 +01:00
parent 42e4ec5391
commit afb3653525
12 changed files with 9 additions and 805 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky && nx run eslint-angular:build && node scripts/post-install-check.mjs",
"add": "node scripts/safe-add.mjs",
"prepare": "husky && nx run eslint-angular:build && pnpm audit --audit-level=critical",
"bundle:js-api": "nx run js-api:bundle",
"bundle:cli": "nx run cli:bundle",
"test:affected": "nx affected:test",