mirror of https://github.com/certd/certd
chore: github action build
parent
e01e59b188
commit
cfd8836083
|
@ -25,7 +25,7 @@ jobs:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
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 jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||||
const pkg = JSON.parse(jsonContent)
|
const pkg = JSON.parse(jsonContent)
|
||||||
// 打印 JSON 文件内容
|
// 打印 JSON 文件内容
|
||||||
|
|
Loading…
Reference in New Issue