Skip to content

Commit 2bfad9d

Browse files
committed
fix: remove dry run
1 parent 0a5bd54 commit 2bfad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = Promise.resolve().then(() => {
8282
const lernaPackage = require('../lerna.json');
8383

8484
return {
85-
dryRun: true,
85+
dryRun: false,
8686
extends: [`${__dirname}/monorepo-setup.js`],
8787
workspaces: lernaPackage.packages,
8888
filterPath: process.env.FILTER_PATH,

0 commit comments

Comments
 (0)