We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4826d8f commit ca30150Copy full SHA for ca30150
.github/README.md
@@ -15,7 +15,7 @@ make
15
make # Bootstrap setup
16
make macos # Set up macOS defaults
17
make nix # Set up nix (nix-darwin and home-manager)
18
-make npm # Set up node
+make node # Set up node
19
make nvim-packages # Install neovim packages
20
```
21
Makefile
@@ -23,8 +23,8 @@ nix:
23
@nix run nix-darwin -- switch --flake $$XDG_CONFIG_HOME/nix
24
@darwin-rebuild switch --flake $$XDG_CONFIG_HOME/nix
25
26
-.PHONY: npm
27
-npm: $(BREW)
+.PHONY: node
+node: $(BREW)
28
@fnm install 22
29
@corepack enable
30
@corepack prepare pnpm@latest --activate
0 commit comments