[BREAKING CHANGE] テスト時の設定ファイルを分けるように
See CHANGELOG for more details
This commit is contained in:
parent
f76d55b1d2
commit
9abb108b5e
4 changed files with 19 additions and 4 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue