From 1a40e71a5ef6b906a5871c1deab6c79b5118189a Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Sat, 4 Dec 2021 11:27:06 -0600 Subject: [PATCH] fix lint --- scripts/publish-native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-native.js b/scripts/publish-native.js index 89acbc6c2506c..49618472d14b5 100755 --- a/scripts/publish-native.js +++ b/scripts/publish-native.js @@ -12,7 +12,7 @@ const cwd = process.cwd() let version = JSON.parse( await readFile(path.join(cwd, 'lerna.json')) ).version - let gitref = process.argv.slice(2)[0] + // let gitref = process.argv.slice(2)[0] // Copy binaries to package folders, update version, and publish let nativePackagesDir = path.join(cwd, 'packages/next/build/swc/npm')