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 3095a30 commit 468e67dCopy full SHA for 468e67d
.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
- (echo "dummy"; echo "dummy"; echo "[email protected]") | npm adduser --registry http://localhost:4873
+ npx npm-cli-adduser -u dummy -p dummy -e [email protected] -r http://localhost:4873
72
npm publish staging_package.tgz --registry http://localhost:4873/
73
shell: bash
74
0 commit comments