Skip to content

Commit fd90302

Browse files
alecmevrchl
andauthored
Update vscode-eslint to 2.2.6 (sublimelsp#54)
Co-authored-by: Rafal Chlodnicki <[email protected]>
1 parent dcef77d commit fd90302

File tree

8 files changed

+14
-3270
lines changed

8 files changed

+14
-3270
lines changed

language-server/compile-language-server.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ popd || exit
4848
# prepare deps #
4949
# ------------ #
5050

51-
pushd "${SRC_SERVER_DIR}" || exit
51+
pushd "${TEMP_DIR}" || exit
5252

5353
echo 'Installing dependencies...'
5454
npm install
55-
npm install -D typescript @types/node
5655

5756
popd || exit
5857

@@ -64,7 +63,7 @@ popd || exit
6463
pushd "${SRC_SERVER_DIR}" || exit
6564

6665
echo 'Compiling server...'
67-
npx tsc --newLine LF -p .
66+
npm run webpack
6867

6968
popd || exit
7069

@@ -78,7 +77,7 @@ pushd "${SRC_SERVER_DIR}" || exit
7877
echo 'Copying and cleaning up files...'
7978
find ./out -name "*.map" -delete
8079
cp -f ../update-info.log "${REPO_DIR}"
81-
cp -r out package.json package-lock.json "${REPO_DIR}"
80+
cp -r out package.json "${REPO_DIR}"
8281
rm -rf "${TEMP_DIR}"
8382

8483
popd || exit

language-server/out/diff.js

Lines changed: 0 additions & 819 deletions
This file was deleted.

0 commit comments

Comments
 (0)