Skip to content

Commit 50a7d32

Browse files
committed
chore: re-add async to function (#5812)
1 parent 9931679 commit 50a7d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/publish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const resetdeps = () => npm('run', 'resetdeps')
77

88
const op = () => spawn('op', 'item', 'get', 'npm', '--otp', { out: true, ok: true })
99

10-
const missingVersion = ({ name, version }) => {
10+
const missingVersion = async ({ name, version }) => {
1111
const mani = await pacote.manifest(`${name}@${version}`, { preferOnline: true })
1212
.catch(() => null)
1313
return !mani

0 commit comments

Comments
 (0)