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 66a31d9 commit 64469b3Copy full SHA for 64469b3
e2e/global-setup.ts
@@ -18,7 +18,6 @@ export async function setup() {
18
await promisify(exec)(
19
`npm-cli-login -u test -p 1234 -e test@example.com -r ${registry}`
20
);
21
- await promisify(exec)(`npm unpublish --registry ${registry} --force`);
22
await promisify(exec)(`npm publish --registry ${registry} --force`);
23
console.info('🚀 Published package to local registry');
24
0 commit comments