添加pnpm支持

This commit is contained in:
bjdgyc
2023-04-18 16:52:14 +08:00
parent 150fff328f
commit 43de8148a0
9 changed files with 35 additions and 27 deletions

View File

@@ -19,9 +19,11 @@ cd $cpath/web
#npm install --registry=https://registry.npm.taobao.org
#npm install
#npm run build
#yarn install
#yarn run build
yarn install
yarn run build
pnpm i --registry=https://registry.npmmirror.com
pnpm build
RETVAL $?