mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
4cba468b4e
- 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
10 lines
139 B
YAML
10 lines
139 B
YAML
shellEmulator: true
|
|
trustPolicy: no-downgrade
|
|
|
|
packages:
|
|
- apps/*
|
|
- packages/*
|
|
onlyBuiltDependencies:
|
|
- esbuild
|
|
- simple-git-hooks
|