Skip to content

Commit

Permalink
fix: indentation in npm.mk file
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 2, 2024
1 parent 067d1b5 commit 88da71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/make/npm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ npm/version:

.PHONY: npm/install-global
npm/install-global:
mkdir -p ~/.npm-global
npm config set prefix '~/.npm-global'
mkdir -p ~/.npm-global
npm config set prefix '~/.npm-global'

.PHONY: npm/update-path
npm/update-path:
Expand Down

0 comments on commit 88da71b

Please sign in to comment.