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