Skip to content

Commit

Permalink
Remove error from prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsia committed May 17, 2022
1 parent 68efb3c commit 3c0ea57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/prepare-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ async function prepare(_, { nextRelease }) {
console.log('Next version is:', nextVersion, '\n');

const root = process.cwd().replace(/packages.*/, '');

console.log({root});

throw 'errror';

const files = glob.sync(`${root}/packages/*/package.json`);

console.log('Files to replace: ', files.join(',\n'), '\n');
Expand Down

0 comments on commit 3c0ea57

Please sign in to comment.