Skip to content

Commit

Permalink
Add async to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsia committed May 17, 2022
1 parent 42bc7f7 commit 55d19e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const getLatestVersion = async (package) => {
return data['dist-tags'].latest;
};

function prepare(_, { nextRelease }) {
async function prepare(_, { nextRelease }) {
const thisPackage = nextRelease.name.replace(/-v.*/, '');
const nextVersion = nextRelease.version;

Expand Down

0 comments on commit 55d19e3

Please sign in to comment.