Skip to content

Commit a2d789f

Browse files
committed
fix(deno-lint): publish script
1 parent 59454e2 commit a2d789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno-lint/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ updatePackageJson(path.join(__dirname, 'package.json'), {
1616
for (const name of [...platforms, 'musl']) {
1717
const pkgDir = path.join(__dirname, 'npm', name)
1818
const filename = `deno-lint.${name}.node`
19-
const bindingFile = fs.readFileSync(path.join(__dirname, `bindings-${name}`, filename))
19+
const bindingFile = fs.readFileSync(path.join(__dirname, filename))
2020
fs.writeFileSync(path.join(pkgDir, filename), bindingFile)
2121
execSync('npm publish', {
2222
cwd: pkgDir,

0 commit comments

Comments
 (0)