mirror of https://github.com/certd/certd
chore: github action build image
parent
a6113f237b
commit
ffddb3b4ac
|
@ -27,7 +27,7 @@ jobs:
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
const pnpmWorkspace = "./pnpm-workspace.yaml";
|
const pnpmWorkspace = "./pnpm-workspace.yaml";
|
||||||
fs.removeSync(pnpmWorkspace)
|
fs.unlinkSync(pnpmWorkspace)
|
||||||
|
|
||||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||||
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8
|
9
|
||||||
|
|
Loading…
Reference in New Issue