Create /tmp directory

This commit is contained in:
Aleksandr Statciuk
2023-04-30 05:16:45 +03:00
parent 38c7e7037f
commit ab2c921b37
5 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ const logger = require('./logger')
const file = require('./file')
const PUBLIC_DIR = process.env.PUBLIC_DIR || '.gh-pages'
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/generators'
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/tmp/logs/generators'
const generator = {}