chore: github action build

pull/101/head
xiaojunnuo 2024-07-23 12:42:48 +08:00
parent e01e59b188
commit cfd8836083
1 changed files with 1 additions and 1 deletions

View File

@ -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 文件内容