mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: github action build image
This commit is contained in:
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
const path = require('path');
|
||||
|
||||
const pnpmWorkspace = "./pnpm-workspace.yaml";
|
||||
fs.removeSync(pnpmWorkspace)
|
||||
fs.unlinkSync(pnpmWorkspace)
|
||||
|
||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||
|
||||
@@ -1 +1 @@
|
||||
8
|
||||
9
|
||||
|
||||
Reference in New Issue
Block a user