Skip to content

Commit 4104b0c

Browse files
review comments addressed
1 parent 28549d9 commit 4104b0c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ yarn-error.log
99
coverage
1010
lib/
1111
eslint-result.sarif
12+
yarn.lock

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /yaml-language-server
44

55
COPY . .
66

7-
RUN npm run install && \
7+
RUN npm install && \
88
npm run build
99

1010
ENTRYPOINT [ "node", "./out/server/src/server.js" ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ This repository only contains the server implementation. Here are some known cli
400400
3. Install the dependencies
401401
```bash
402402
cd yaml-language-server
403-
$ npm run install
403+
$ npm install
404404
```
405405
4. Build the language server
406406
```bash

0 commit comments

Comments
 (0)