Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f33r0 authored Mar 24, 2023
1 parent ffc9c3e commit fbc78e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def pipeline = new org.js.LibPipeline(
npmLoginEmail: '[email protected]',
dockerImageName: 'soramitsu/soramitsu-js-ui-library',
testCmds: ['pnpm test:all'],
//preBuildCmds: ['corepack prepare pnpm'],
pushCmds: ['pnpm publish-workspaces'],
libPushBranches: ['master', 'next'],
dockerImageTags: ['master':'latest', 'next':'next'],
Expand Down

0 comments on commit fbc78e3

Please sign in to comment.