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 9931679 commit 50a7d32Copy full SHA for 50a7d32
scripts/publish.js
@@ -7,7 +7,7 @@ const resetdeps = () => npm('run', 'resetdeps')
7
8
const op = () => spawn('op', 'item', 'get', 'npm', '--otp', { out: true, ok: true })
9
10
-const missingVersion = ({ name, version }) => {
+const missingVersion = async ({ name, version }) => {
11
const mani = await pacote.manifest(`${name}@${version}`, { preferOnline: true })
12
.catch(() => null)
13
return !mani
0 commit comments