chore(release): version packages (#114)

This commit is contained in:
github-actions[bot]
2023-03-08 15:06:29 +04:00
committed by GitHub
parent 9a8cb016a8
commit fa3af5d020
10 changed files with 18 additions and 87 deletions

View File

@@ -4,7 +4,7 @@
import { exec } from "child_process"
import fs from "fs"
const pkgJsonPath = "cli/package.json"
const pkgJsonPath = "packages/cli/package.json"
try {
const pkg = JSON.parse(fs.readFileSync(pkgJsonPath))
exec("git rev-parse --short HEAD", (err, stdout) => {