diff --git a/Jenkinsfile b/Jenkinsfile index 7f2c36db..1d02d5b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,6 @@ def pipeline = new org.js.LibPipeline( npmLoginEmail: 'admin@soramitsu.co.jp', 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'],