This commit is contained in:
Yotam Mann 2020-05-07 09:26:49 -04:00
parent 51106320b5
commit c4d2d5301f

View file

@ -80,6 +80,6 @@ module.exports = env => {
} else if (env.production) {
return production;
} else {
return scratch;
return scratch;
}
};