8000
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 b01acc1 commit 1a40e71Copy full SHA for 1a40e71
scripts/publish-native.js
@@ -12,7 +12,7 @@ const cwd = process.cwd()
12
let version = JSON.parse(
13
await readFile(path.join(cwd, 'lerna.json'))
14
).version
15
- let gitref = process.argv.slice(2)[0]
+ // let gitref = process.argv.slice(2)[0]
16
17
// Copy binaries to package folders, update version, and publish
18
let nativePackagesDir = path.join(cwd, 'packages/next/build/swc/npm')
0 commit comments