Refactor Jenkinsfile to remove unnecessary script execution during dependency installation and add pnpm workspace configuration for specific package builds.
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
This commit is contained in:
parent
7a2de82586
commit
b4b87380d2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -26,7 +26,7 @@ pipeline {
|
|||||||
stage('Install Dependencies') {
|
stage('Install Dependencies') {
|
||||||
steps {
|
steps {
|
||||||
nodejs(nodeJSInstallationName: 'Node23') {
|
nodejs(nodeJSInstallationName: 'Node23') {
|
||||||
sh 'pnpm install --frozen-lockfile --production=false --ignore-scripts=false'
|
sh 'pnpm install --frozen-lockfile --production=false'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
6
pnpm-workspace.yaml
Normal file
6
pnpm-workspace.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
allowBuilds:
|
||||||
|
bcrypt: true
|
||||||
|
chromedriver: true
|
||||||
|
core-js: true
|
||||||
|
puppeteer: true
|
||||||
|
unrs-resolver: true
|
||||||
Loading…
x
Reference in New Issue
Block a user