Skip to content

Commit

Permalink
feat(dev/node): added line to authenticate to npmjs registry using NP…
Browse files Browse the repository at this point in the history
…M_TOKEN environment variable
  • Loading branch information
luisnquin committed Feb 3, 2025
1 parent 08cc32b commit e0042ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/modules/dev/node.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
file = {
".npmrc".text = ''
prefix=${npmGlobalDir}
//registry.npmjs.org/:_authToken=''${NPM_TOKEN}
'';

".bunfig.toml".text = ''
Expand Down

0 comments on commit e0042ed

Please sign in to comment.