Docker powered linux building

This commit is contained in:
David Baker
2020-02-17 20:10:58 +00:00
parent 0bfc970619
commit 52032aac14
10 changed files with 86 additions and 53 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ limitations under the License.
*/
async function build(hakEnv, moduleInfo) {
moduleInfo.scripts.build(hakEnv, moduleInfo);
await moduleInfo.scripts.build(hakEnv, moduleInfo);
}
module.exports = build;