fix(prettier): Improve file selection in Prettier formatter, remove legacy package overrides, and update CI template indentation

This commit is contained in:
2025-08-08 05:34:54 +00:00
parent 39a31a4304
commit 9f5f568c3f
9 changed files with 67 additions and 51 deletions

View File

@@ -25,8 +25,8 @@ auditProductionDependencies:
image: code.foss.global/hosttoday/ht-docker-node:npmci
stage: security
script:
- npmci command npm config set registry https://registry.npmjs.org
- npmci command pnpm audit --audit-level=high --prod
- npmci command npm config set registry https://registry.npmjs.org
- npmci command pnpm audit --audit-level=high --prod
tags:
- private
- docker