diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 9c772bf..1c7d928 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -8,5 +8,6 @@ steps: - name: build image: mcr.microsoft.com/dotnet/core/sdk:2.2 commands: + - apt install node - chmod +x ./build.sh - ./build.sh \ No newline at end of file