Skip to content

Commit 1a40e71

Browse files
committed
fix lint
1 parent b01acc1 commit 1a40e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const cwd = process.cwd()
1212
let version = JSON.parse(
1313
await readFile(path.join(cwd, 'lerna.json'))
1414
).version
15-
let gitref = process.argv.slice(2)[0]
15+
// let gitref = process.argv.slice(2)[0]
1616

1717
// Copy binaries to package folders, update version, and publish
1818
let nativePackagesDir = path.join(cwd, 'packages/next/build/swc/npm')

0 commit comments

Comments
 (0)