Skip to content

Commit

Permalink
dev/node: move install
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlevi committed Nov 3, 2024
1 parent 68131f0 commit 742ff59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev/node/_init
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ source ${0:A:h}/../../deploy

install() {
# For local node version, create .nvmrc file and do `nvm use`
brew install node nvm
brew install node nvm pnpm typescript typescript-language-server

# nvm install --lts && nvm deactivate

# NPM Packages
npm install -g pnpm typescript typescript-language-server
}

update() {
Expand Down

0 comments on commit 742ff59

Please sign in to comment.