mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Fix dependency for graphql-language-service-cli
This commit is contained in:
@@ -6,7 +6,6 @@ if not exist package.json (
|
||||
echo {"name":""}>package.json
|
||||
)
|
||||
|
||||
call npm install "graphql"
|
||||
call npm install "graphql-language-service-cli"
|
||||
|
||||
echo @echo off ^
|
||||
|
||||
@@ -9,6 +9,5 @@ if [ ! -f package.json ]; then
|
||||
echo '{"name": ""}' >package.json
|
||||
fi
|
||||
|
||||
npm install "graphql"
|
||||
npm install "graphql-language-service-cli"
|
||||
ln -s "./node_modules/.bin/graphql-lsp" graphql-language-server
|
||||
|
||||
Reference in New Issue
Block a user