We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8600146 + e08264b commit c77cd33Copy full SHA for c77cd33
Jenkinsfile
@@ -9,6 +9,7 @@ def pipeline = new org.js.LibPipeline(
9
pushCmds: ['pnpm publish-workspaces'],
10
libPushBranches: ['master', 'next'],
11
dockerImageTags: ['master':'latest', 'next':'next'],
12
- libExamplesBuildCmds: ['pnpm sb:build']
+ libExamplesBuildCmds: ['pnpm sb:build'],
13
+ corepack: true
14
)
15
pipeline.runPipeline()
0 commit comments