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 468e67d commit 2fac9ddCopy full SHA for 2fac9dd
.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
+ echo -e "dummy\ndummy\ndummy@gmail.com" | npm adduser --registry http://localhost:4873
72
npm publish staging_package.tgz --registry http://localhost:4873/
73
shell: bash
74
0 commit comments