Fix script

This commit is contained in:
adrinr 2023-04-21 17:54:12 +01:00
parent 50a0662a99
commit f993a7a6b2
1 changed files with 1 additions and 1 deletions

View File

@ -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()