mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore: github action build
This commit is contained in:
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const jsonFilePath = path.join(__dirname, './packages/ui/certd-server/package.json');
|
||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||
const pkg = JSON.parse(jsonContent)
|
||||
// 打印 JSON 文件内容
|
||||
|
||||
Reference in New Issue
Block a user