Skip to content

Commit

Permalink
Update Build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
strayfade committed Apr 24, 2024
1 parent 25d314b commit 285165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const PackScripts = async () => {
}

Log('[BUILD] - Skipping obfuscation')
fs.mkdir('./Production', (err) => {})
fs.mkdir('./build', (err) => {})
let p = __dirname + '/build/production.js'
fs.writeFileSync(p, Script, { recursive: true })
}
Expand Down

0 comments on commit 285165f

Please sign in to comment.