fix: install typescript when build
This commit is contained in:
parent
f3fb31a81d
commit
adb1593a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ ENV NVM_DIR=${HOME}/.nvm
|
|||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
|
||||
&& . $NVM_DIR/nvm.sh \
|
||||
&& nvm install --lts \
|
||||
&& npm install -g typescript-language-server
|
||||
&& npm install -g typescript typescript-language-server
|
||||
|
||||
COPY --chown=${USERNAME}:${GID} ${CONFIG_PREFIX}.gitconfig /home/${USERNAME}/.gitconfig
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue