chore: 1.0.7

pull/21/merge
xiaojunnuo 2023-06-28 10:21:32 +08:00
parent df55f1066c
commit ba6270990b
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ build=$(pwd)
cd ../../ cd ../../
root=$(pwd) root=$(pwd)
echo "安装依赖" echo "安装依赖"
pnpm install pnpm install --registry=https://registry.npmmirror.com
echo "client build" echo "client build"
cd $root/packages/ui/certd-client cd $root/packages/ui/certd-client

View File

@ -2,9 +2,9 @@
"name": "@certd/pipeline", "name": "@certd/pipeline",
"private": false, "private": false,
"version": "1.0.6", "version": "1.0.6",
"main": "./src", "main": "./src/index.ts",
"module": "./src", "module": "./src/index.ts",
"types": "./src", "types": "./src/index.ts",
"publishConfig": { "publishConfig": {
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.mjs", "module": "./dist/bundle.mjs",