Ensure nodejs deps are met before running script argument directly

This commit is contained in:
William Gathoye
2020-10-31 20:44:53 +01:00
committed by William Gathoye
parent fc196837aa
commit 6a24d46dee

View File

@@ -712,9 +712,11 @@ function Main {
Run-Build
}
"build" {
Install-Deps
Run-Build
}
"test" {
Install-Deps
Run-Test
}
"install-deps" {