Browse Source

modify bump-versions settings

Yuki Takei 4 years ago
parent
commit
5a9ba04325
2 changed files with 1 additions and 6 deletions
  1. 0 1
      bin/bump-versions/flow/bump-versions.js
  2. 1 5
      bump-versions.config.js

+ 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/*',
     ],
   },
 };