mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 09:30:20 +00:00
incorrect yarn add command
This commit is contained in:
@@ -11,4 +11,4 @@ packages=(
|
|||||||
prettier
|
prettier
|
||||||
)
|
)
|
||||||
|
|
||||||
yarn global install "${packages[@]}"
|
yarn global add "${packages[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user