We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb18c8 commit 4669bdcCopy full SHA for 4669bdc
gulp-tasks/publish.js
@@ -25,7 +25,7 @@ async function publish_sign_in_check() {
25
await execa('npm', ['whoami']);
26
}
27
28
-function dist_tag_check() {
+async function dist_tag_check() {
29
if (!global.cliOptions.distTag) {
30
throw new Error(ol`Please set the --distTag command line option, normally
31
to 'latest' (for a stable release) or 'next' (for a pre-release).`);
0 commit comments