We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8600146 commit e08264bCopy full SHA for e08264b
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