mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +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
9 lines
264 B
JSON
9 lines
264 B
JSON
{
|
|
"name": "@hugo-fixit/test",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "hugo --themesDir ../.. --theme . --gc --minify --logLevel info",
|
|
"dev": "hugo server --themesDir ../.. --theme . -D --disableFastRender --navigateToChanged --ignoreCache -O"
|
|
}
|
|
}
|