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 ../../
root=$(pwd)
echo "安装依赖"
pnpm install
pnpm install --registry=https://registry.npmmirror.com
echo "client build"
cd $root/packages/ui/certd-client

View File

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