Fix windows

This commit is contained in:
Jai A P 2022-03-09 22:04:29 +05:30 committed by GitHub
parent 39fbf467de
commit f2f0953b24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ builder({
extraMetadata: {
version: vars.version,
},
npmRebuild: process.env.ARCH !== 'arm64',
},
publish: isTag ? 'always' : 'onTag',
}).catch(() => process.exit(1))