mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: get random value
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user