Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
added the word 'globally' to better clarify the npm install statement…
Browse files Browse the repository at this point in the history
… for tslint and typescript
  • Loading branch information
krystan committed Jun 8, 2019
1 parent 7db43f8 commit 963ef57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/typescript-node-8/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update \
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
&& apt-get -y install --no-install-recommends yarn \
# Install tslint and typescript
# Install tslint and typescript globally
&& npm install -g tslint typescript \
# Clean up
&& apt-get autoremove -y \
Expand Down
2 changes: 1 addition & 1 deletion containers/typescript-node-lts/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get install -y git procps \
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
&& apt-get -y install --no-install-recommends yarn \
# Install tslint and typescript
# Install tslint and typescript globally
&& npm install -g tslint typescript \
# Clean up
&& apt-get autoremove -y \
Expand Down

0 comments on commit 963ef57

Please sign in to comment.