mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: github action build image
This commit is contained in:
@@ -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
@@ -1 +1 @@
|
|||||||
8
|
9
|
||||||
|
|||||||
Reference in New Issue
Block a user