Skip to content

Commit 5d37fa5

Browse files
committed
ci: fix registry from npmrc
This is redundant as the registry is being set as a global variable
1 parent 267641b commit 5d37fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/legacy-cli/e2e/setup/010-local-publish.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default async function () {
1212
await writeFile(
1313
npmrc,
1414
`
15-
--registry=${testRegistry}
1615
${testRegistry.replace(/^https?:/, '')}/:_authToken=fake-secret
1716
`,
1817
);

0 commit comments

Comments
 (0)