[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks (#11201)

This commit is contained in:
dominikiwanekhyland
2025-09-16 13:52:56 +02:00
committed by GitHub
parent 4f2b5329c6
commit 1c8181fca8
3 changed files with 15 additions and 12 deletions

View File

@@ -13,6 +13,9 @@
"lint:affected": "nx affected:lint",
"build:affected": "nx affected:build",
"affected:libs": "nx affected:libs",
"build:libs": "nx run-many -t build --prod --skip-nx-cache",
"build:schematics": "nx run-many -t build-schematics",
"publish": "nx run-many -t npm-publish",
"clean": "rimraf dist node_modules dist/libs"
},
"repository": {