default action type check
This commit is contained in:
parent
0c120e217e
commit
a9bbe4dd84
|
|
@ -40,6 +40,8 @@ export const _ = {
|
|||
);
|
||||
}
|
||||
|
||||
if(action.type == undefined) action.type = "check";
|
||||
|
||||
switch (action.type) {
|
||||
case "check":
|
||||
const deploys = fs.readdirSync(dir(`/app/web/deploy`));
|
||||
|
|
|
|||
Loading…
Reference in New Issue