Update installation process
This commit is contained in:
@@ -7,4 +7,10 @@ fs.readdirSync("stages").forEach(function(stage) {
|
||||
|
||||
console.log("Installing packages for " + cwd);
|
||||
execSync("elm-package install --yes", { cwd: cwd });
|
||||
|
||||
var testCwd = path.join(cwd, "test");
|
||||
|
||||
if (fs.existsSync(testCwd)) {
|
||||
execSync("elm-package install --yes", { cwd: testCwd });
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user