8000 remove unused · vercel/next.js@8675abf · GitHub
[go: up one dir, main page]

Skip to content

Commit 8675abf

Browse files
devjiwonchoieps1lon
andcommitted
remove unused
Co-authored-by: Sebastian "Sebbie" Silbermann <s 10000 ebastian.silbermann@vercel.com>
1 parent 7ca6a18 commit 8675abf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/release/publish-npm.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ async function fetchTagsFromRegistry(packageName: string) {
1515
async function getTag({
1616
name,
1717
version,
18-
latest,
1918
}: {
2019
name: string
2120
version: string
22-
latest: string
2321
}): Promise<string> {
2422
const preConfigPath = join(process.cwd(), '.changeset', 'pre.json')
2523

@@ -83,7 +81,6 @@ async function publishNpm() {
8381
const tag = await getTag({
8482
name: pkgJson.name,
8583
version: pkgJson.version,
86-
latest: tags.latest,
8784
})
8885

8986
await execa('pnpm', ['publish', '--tag', tag], {

0 commit comments

Comments
 (0)
0