Skip to content

Commit c77cd33

Browse files
authored
Merge pull request #538 from soramitsu/feauture/dops-2312/use_corepack
[DOPS-2312]: Use corepack
2 parents 8600146 + e08264b commit c77cd33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Jenkinsfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def pipeline = new org.js.LibPipeline(
99
pushCmds: ['pnpm publish-workspaces'],
1010
libPushBranches: ['master', 'next'],
1111
dockerImageTags: ['master':'latest', 'next':'next'],
12-
libExamplesBuildCmds: ['pnpm sb:build']
12+
libExamplesBuildCmds: ['pnpm sb:build'],
13+
corepack: true
1314
)
1415
pipeline.runPipeline()

0 commit comments

Comments
 (0)