File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
| jq -r '."dist-tags".latest' | sed 's|^|v|' ); \
45
45
fi && \
46
46
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }' ) && \
47
- npm config set python python3 \
47
+ npm config set python python3 && \
48
48
yarn config set network-timeout 600000 -g && \
49
49
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
50
50
yarn cache clean && \
Original file line number Diff line number Diff line change 44
44
| jq -r '."dist-tags".latest' | sed 's|^|v|'); \
45
45
fi && \
46
46
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
47
- npm config set python python3 \
47
+ npm config set python python3 && \
48
48
yarn config set network-timeout 600000 -g && \
49
49
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
50
50
yarn cache clean && \
Original file line number Diff line number Diff line change 44
44
| jq -r '."dist-tags".latest' | sed 's|^|v|'); \
45
45
fi && \
46
46
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
47
- npm config set python python3 \
47
+ npm config set python python3 && \
48
48
yarn config set network-timeout 600000 -g && \
49
49
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
50
50
yarn cache clean && \
You can’t perform that action at this time.
0 commit comments