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 dcc5a18 commit 1d1c863Copy full SHA for 1d1c863
.github/workflows/reviewing_changes.yml
@@ -68,7 +68,7 @@ jobs:
68
echo "Waiting for Verdaccio to be ready..."; sleep 2;
69
done
70
npm config set registry http://localhost:4873
71
- npx npm-cli-adduser -u dummy -p dummy -e [email protected] -r http://localhost:4873
+ node -e "require('fs').appendFileSync(require('path').join(require('os').homedir(), '.npmrc'), '//localhost:4873/:_auth=' + Buffer.from('dummy:dummy').toString('base64') + '\nemail=[email protected]\nalways-auth=true\n')"
72
npm publish staging_package.tgz --registry http://localhost:4873/
73
shell: bash
74
0 commit comments