2
0
Эх сурвалжийг харах

modify bump-versions settings

Yuki Takei 4 жил өмнө
parent
commit
5a9ba04325

+ 0 - 1
bin/bump-versions/flow/bump-versions.js

@@ -49,7 +49,6 @@ async function bumpVersions({
   await updateVersionFn({
     config, nextVersion, releaseType, dir, dryRun,
   });
-  installDependencies({ config, dir, dryRun });
 }
 
 const arg = {

+ 1 - 5
bump-versions.config.js

@@ -2,11 +2,7 @@ module.exports = {
   monorepo: {
     mainVersionFile: 'package.json',
     packagesToBump: [
-      'packages/app',
-      'packages/core',
-      'packages/slack',
-      'packages/ui',
-      'packages/plugin-*',
+      'packages/*',
     ],
   },
 };