🐛 Remove internationalization support because of docker build issues

This commit is contained in:
Jan Oberhauser
2019-11-23 23:23:06 +01:00
parent 93985d381c
commit a088054602
2 changed files with 3 additions and 4 deletions

View File

@@ -22,9 +22,9 @@ import {
const tunnel = promisify(localtunnel);
// Add support for internationalization
const fullIcuPath = require.resolve('full-icu');
process.env.NODE_ICU_DATA = dirname(fullIcuPath);
// // 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;