Update package.json to specify pnpm as the package manager and add minimumReleaseAge to pnpm-workspace.yaml for improved workspace configuration.
Some checks failed
farmcontrol/farmcontrol-api/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2026-08-01 13:24:36 +01:00
parent 74c0d8eb52
commit 300478b62b
2 changed files with 4 additions and 1 deletions

View File

@ -73,5 +73,6 @@
"start": "node src/index.js" "start": "node src/index.js"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC",
"packageManager": "pnpm@10.28.0"
} }

View File

@ -1,3 +1,5 @@
minimumReleaseAge: 0
allowBuilds: allowBuilds:
bcrypt: true bcrypt: true
chromedriver: true chromedriver: true