mirror of https://github.com/certd/certd
chore: 1.0.7
parent
df55f1066c
commit
ba6270990b
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue