Skip to content

Commit

Permalink
Merge pull request #538 from soramitsu/feauture/dops-2312/use_corepack
Browse files Browse the repository at this point in the history
[DOPS-2312]: Use corepack
  • Loading branch information
f33r0 authored Apr 12, 2023
2 parents 8600146 + e08264b commit c77cd33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def pipeline = new org.js.LibPipeline(
pushCmds: ['pnpm publish-workspaces'],
libPushBranches: ['master', 'next'],
dockerImageTags: ['master':'latest', 'next':'next'],
libExamplesBuildCmds: ['pnpm sb:build']
libExamplesBuildCmds: ['pnpm sb:build'],
corepack: true
)
pipeline.runPipeline()

0 comments on commit c77cd33

Please sign in to comment.