Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
adduser
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusnewton committed Sep 20, 2021
1 parent bec25fe commit ae67c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ let
PACKAGE_NAME=$(node -p "require('./package.json').name" | tr -d @ | tr / -)
PACKAGE_VERSION=$(node -p "require('./package.json').version")
npm pack
npm login
npm adduser rainprotocol
npm publish ./$PACKAGE_NAME-$PACKAGE_VERSION.tgz --access public
'';
in
Expand Down

0 comments on commit ae67c41

Please sign in to comment.