Re-added npm to install command
This commit is contained in:
parent
9153cb9008
commit
e5bb7bbe26
@ -9,7 +9,7 @@ steps:
|
|||||||
ARN_ROOT: /drone/src
|
ARN_ROOT: /drone/src
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install nodejs
|
- apt-get -y install nodejs npm make
|
||||||
- go version
|
- go version
|
||||||
- npm install -g typescript
|
- npm install -g typescript
|
||||||
- go mod download
|
- go mod download
|
||||||
|
Loading…
Reference in New Issue
Block a user