chore: get random value

This commit is contained in:
xiaojunnuo
2023-06-28 22:10:52 +08:00
parent 68eb4198f1
commit f5493c542b
6 changed files with 31 additions and 23 deletions

View File

@@ -3,7 +3,8 @@ import fs from 'fs'
//读取 packages/core/pipline/package.json的版本号
import { default as packageJson } from './packages/core/pipeline/package.json' assert { type: "json" };
console.log("certdVersion", packageJson.version)
const certdVersion = packageJson.version
console.log("certdVersion",certdVersion)
// 同步npmmirror的包
async function getPackages(directoryPath) {