Skip to content

Commit 64469b3

Browse files
committed
Fix Verdaccio setup ("no such package available" for unpublish)
1 parent 66a31d9 commit 64469b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e/global-setup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export async function setup() {
1818
await promisify(exec)(
1919
`npm-cli-login -u test -p 1234 -e test@example.com -r ${registry}`
2020
);
21-
await promisify(exec)(`npm unpublish --registry ${registry} --force`);
2221
await promisify(exec)(`npm publish --registry ${registry} --force`);
2322
console.info('🚀 Published package to local registry');
2423

0 commit comments

Comments
 (0)