Fix dependency for graphql-language-service-cli

This commit is contained in:
KAWAHARA Keisuke
2021-10-05 00:39:24 +09:00
committed by mattn
parent 3e0f392bd8
commit c8517db278
2 changed files with 0 additions and 2 deletions

View File

@@ -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 ^

View File

@@ -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