Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Remove the --auto-activate line, since that's the default now anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 7, 2010
1 parent c371bd2 commit ebdc463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -8,13 +8,13 @@ doc_subfolders = $(shell find doc -type d \
)

install:
./cli.js --auto-activate always install npm@stable
./cli.js install npm

dev:
./cli.js --auto-activate always install .
./cli.js install .

link:
./cli.js --auto-activate always link .
./cli.js link .

uninstall:
./cli.js cache clean
Expand Down

0 comments on commit ebdc463

Please sign in to comment.