forked from FoundKeyGang/FoundKey
Update gulpfile.ts
This commit is contained in:
parent
8ba59cfeee
commit
c61cb067e9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const isProduction = env === 'production';
|
|||
const isDebug = !isProduction;
|
||||
|
||||
if (isDebug) {
|
||||
console.log(chalk.yellow.bold('!!!注意!!! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)'));
|
||||
console.log(chalk.yellow.bold('!!!注意!!! 開発モードが有効です。(成果物の圧縮などはスキップされます)'));
|
||||
}
|
||||
|
||||
if (!fs.existsSync('./.config/default.yml')) {
|
||||
|
|
Loading…
Reference in a new issue