mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: install npm globals with bun
This commit is contained in:
parent
8ae57e2ec4
commit
7ee2d287a7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
exec npm i -g npm \
|
||||
exec bun install -g \
|
||||
vscode-langservers-extracted yaml-language-server \
|
||||
typescript typescript-language-server \
|
||||
elm @elm-tooling/elm-language-server elm-test elm-tooling elm-review
|
||||
elm elm-test elm-format @elm-tooling/elm-language-server elm-tooling elm-review
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue