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 59454e2 commit a2d789fCopy full SHA for a2d789f
packages/deno-lint/publish.js
@@ -16,7 +16,7 @@ updatePackageJson(path.join(__dirname, 'package.json'), {
16
for (const name of [...platforms, 'musl']) {
17
const pkgDir = path.join(__dirname, 'npm', name)
18
const filename = `deno-lint.${name}.node`
19
- const bindingFile = fs.readFileSync(path.join(__dirname, `bindings-${name}`, filename))
+ const bindingFile = fs.readFileSync(path.join(__dirname, filename))
20
fs.writeFileSync(path.join(pkgDir, filename), bindingFile)
21
execSync('npm publish', {
22
cwd: pkgDir,
0 commit comments