Skip to content

Commit

Permalink
Task needs to be async
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Oct 12, 2020
1 parent cbb18c8 commit 4669bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp-tasks/publish.js
Expand Up @@ -25,7 +25,7 @@ async function publish_sign_in_check() {
await execa('npm', ['whoami']);
}

function dist_tag_check() {
async function dist_tag_check() {
if (!global.cliOptions.distTag) {
throw new Error(ol`Please set the --distTag command line option, normally
to 'latest' (for a stable release) or 'next' (for a pre-release).`);
Expand Down

0 comments on commit 4669bdc

Please sign in to comment.