Copy install commands from nodejs instructions

This commit is contained in:
Robert Marshall 2019-08-26 09:33:31 +01:00
parent 9bec332643
commit a00a4ee026

View file

@ -8,6 +8,7 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:2.2
commands:
- apt-get install nodejs
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- apt-get install -y nodejs
- chmod +x ./build.sh
- ./build.sh