Rename ./dist to ./build

This commit is contained in:
SleepWalker
2019-12-30 10:21:28 +02:00
parent 03e26209f4
commit 4d8704f17c
9 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ import chalk from 'chalk';
import prompt from 'prompt';
import localesMap from 'app/i18n';
const MESSAGES_PATTERN = `${__dirname}/../../dist/messages/**/*.json`;
const MESSAGES_PATTERN = `${__dirname}/../../build/messages/**/*.json`;
const LANG_DIR = `${__dirname}/../app/i18n`;
const DEFAULT_LOCALE = 'en';
const SUPPORTED_LANGS = [DEFAULT_LOCALE, ...Object.keys(localesMap)];