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
Some checks failed
farmcontrol/farmcontrol-api/pipeline/head There was a failure building this commit
This commit is contained in:
parent
74c0d8eb52
commit
300478b62b
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
minimumReleaseAge: 0
|
||||||
|
|
||||||
allowBuilds:
|
allowBuilds:
|
||||||
bcrypt: true
|
bcrypt: true
|
||||||
chromedriver: true
|
chromedriver: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user