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

Commit ae67c41

Browse files
committed
adduser
1 parent bec25fe commit ae67c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ let
141141
PACKAGE_NAME=$(node -p "require('./package.json').name" | tr -d @ | tr / -)
142142
PACKAGE_VERSION=$(node -p "require('./package.json').version")
143143
npm pack
144-
npm login
144+
npm adduser rainprotocol
145145
npm publish ./$PACKAGE_NAME-$PACKAGE_VERSION.tgz --access public
146146
'';
147147
in

0 commit comments

Comments
 (0)