Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 4, 2021
1 parent b01acc1 commit 1a40e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 1a40e71

Please sign in to comment.