🔥 Removed unused variable
This commit is contained in:
parent
87f6ae8135
commit
fe9c08e92a
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
|
@ -5,7 +5,7 @@ const runCommand = (command, args) => spawnSync(command, args).stdout.toString()
|
|||
|
||||
const FAIL_ON_ERROR = false
|
||||
const PW_BUILD_DATA_DIR = "./.postwoman"
|
||||
const IS_DEV_MODE = process.argv.includes("--dev")
|
||||
// const IS_DEV_MODE = process.argv.includes("--dev")
|
||||
|
||||
try {
|
||||
;(async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue