🔥 Removed unused variable
This commit is contained in:
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 FAIL_ON_ERROR = false
|
||||||
const PW_BUILD_DATA_DIR = "./.postwoman"
|
const PW_BUILD_DATA_DIR = "./.postwoman"
|
||||||
const IS_DEV_MODE = process.argv.includes("--dev")
|
// const IS_DEV_MODE = process.argv.includes("--dev")
|
||||||
|
|
||||||
try {
|
try {
|
||||||
;(async () => {
|
;(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user