Files
FixIt/pnpm-workspace.yaml
T
Cell 4cba468b4e chore: updated pnpm configuration and optimized versioning scripts
- Added shellEmulator and trustPolicy configurations to pnpm-workspace.yaml to improve workspace behavior
- Fixed topic paths in the Hugo build scripts for the demo and test applications, replacing dynamic variables with relative paths
- Refactored update-version.ts, extracting regular expressions as constants to improve code readability and maintainability
2026-04-01 12:37:09 +08:00

10 lines
139 B
YAML

shellEmulator: true
trustPolicy: no-downgrade
packages:
- apps/*
- packages/*
onlyBuiltDependencies:
- esbuild
- simple-git-hooks