Fix script
This commit is contained in:
parent
50a0662a99
commit
f993a7a6b2
|
@ -3,7 +3,7 @@ const path = require("path")
|
|||
const { execSync } = require("child_process")
|
||||
|
||||
let version = "0.0.1"
|
||||
const localPro = fs.existsSync("/packages/pro/packages")
|
||||
const localPro = fs.existsSync("packages/pro/packages")
|
||||
if (!localPro) {
|
||||
const branchName = execSync("git rev-parse --abbrev-ref HEAD")
|
||||
.toString()
|
||||
|
|
Loading…
Reference in New Issue