diff --git a/.github/main.workflow b/.github/main.workflow index be722e6e..af2ce4fc 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -9,8 +9,9 @@ action "Dependencies" { } action "Compile" { + needs = "Dependencies" uses = "actions/npm@v2.0.0" - run = "run build" + args = "run build" } action "Format" {