mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Change clone depth to 1 (#264)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
git clone https://github.com/fsprojects/fsharp-language-server .
|
git clone --depth=1 https://github.com/fsprojects/fsharp-language-server .
|
||||||
call npm install
|
call npm install
|
||||||
dotnet build -c Release
|
dotnet build -c Release
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
git clone https://github.com/fsprojects/fsharp-language-server .
|
git clone --depth=1 https://github.com/fsprojects/fsharp-language-server .
|
||||||
npm install
|
npm install
|
||||||
dotnet build -c Release
|
dotnet build -c Release
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
git clone "https://github.com/castwide/solargraph" .
|
git clone --depth=1 https://github.com/castwide/solargraph .
|
||||||
|
|
||||||
call bundle install --path vendor/bundle
|
call bundle install --path vendor/bundle
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
git clone "https://github.com/castwide/solargraph" .
|
git clone --depth=1 https://github.com/castwide/solargraph .
|
||||||
bundle install --path vendor/bundle
|
bundle install --path vendor/bundle
|
||||||
|
|
||||||
cat <<EOF >solargraph
|
cat <<EOF >solargraph
|
||||||
|
|||||||
Reference in New Issue
Block a user