[BREAKING CHANGE] テスト時の設定ファイルを分けるように
See CHANGELOG for more details
This commit is contained in:
@ -3,7 +3,7 @@ const yaml = require('js-yaml');
|
||||
const inquirer = require('inquirer');
|
||||
|
||||
const configDirPath = `${__dirname}/../.config`;
|
||||
const configPath = `${configDirPath}/config.yml`;
|
||||
const configPath = `${configDirPath}/default.yml`;
|
||||
|
||||
const form = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user