Add full-icu to Dockerfiles

This commit is contained in:
Frane Bandov
2020-03-26 18:05:23 +01:00
parent 51793c72bd
commit b6b63ed48b
3 changed files with 7 additions and 7 deletions

View File

@@ -20,10 +20,6 @@ import {
} from "../src";
// // Add support for internationalization
// const fullIcuPath = require.resolve('full-icu');
// process.env.NODE_ICU_DATA = dirname(fullIcuPath);
let activeWorkflowRunner: ActiveWorkflowRunner.ActiveWorkflowRunner | undefined;
let processExistCode = 0;