mirror of https://github.com/certd/certd
chore: github action build
parent
a9ebac82c7
commit
5a88b8c24e
|
@ -27,6 +27,7 @@ jobs:
|
|||
const path = require('path');
|
||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||
console.log(jsonContent)
|
||||
const pkg = JSON.parse(jsonContent)
|
||||
// 打印 JSON 文件内容
|
||||
console.log("certd_version:",pkg.version);
|
||||
|
|
|
@ -1 +1 @@
|
|||
2
|
||||
3
|
Loading…
Reference in New Issue