Skip to content

Commit

Permalink
[Makefile] Publish using a token from a config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 18, 2024
1 parent 91326ea commit 580f9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ node_modules:
.PHONY: publish
.PHONY: publish
publish:
${NPM} publish
${NPM} publish --globalconfig=$HOME/.config/npm/cubing-publish.npmrc

.PHONY: pack
.PHONY: pack
Expand Down

0 comments on commit 580f9cb

Please sign in to comment.