Re-added npm to install command

This commit is contained in:
Eduard Urbach 2019-10-26 16:01:33 +09:00
parent 9153cb9008
commit e5bb7bbe26
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -9,7 +9,7 @@ steps:
ARN_ROOT: /drone/src
commands:
- apt-get update
- apt-get -y install nodejs
- apt-get -y install nodejs npm make
- go version
- npm install -g typescript
- go mod download