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

Commit 963ef57

Browse files
committed
added the word 'globally' to better clarify the npm install statement for tslint and typescript
1 parent 7db43f8 commit 963ef57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/typescript-node-8/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update \
2525
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
2626
&& apt-get update \
2727
&& apt-get -y install --no-install-recommends yarn \
28-
# Install tslint and typescript
28+
# Install tslint and typescript globally
2929
&& npm install -g tslint typescript \
3030
# Clean up
3131
&& apt-get autoremove -y \

containers/typescript-node-lts/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get install -y git procps \
2626
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
2727
&& apt-get update \
2828
&& apt-get -y install --no-install-recommends yarn \
29-
# Install tslint and typescript
29+
# Install tslint and typescript globally
3030
&& npm install -g tslint typescript \
3131
# Clean up
3232
&& apt-get autoremove -y \

0 commit comments

Comments
 (0)