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

Commit bec25fe

Browse files
committed
npm login
1 parent cc6517f commit bec25fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +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
144145
npm publish ./$PACKAGE_NAME-$PACKAGE_VERSION.tgz --access public
145146
'';
146147
in

0 commit comments

Comments
 (0)