chore: 使用pnpm打包文档

This commit is contained in:
wanchun 2022-11-17 15:35:28 +08:00
parent 92ebdad2db
commit d6d4358f33
4 changed files with 7111 additions and 11382 deletions

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: yarn && yarn docs:build
run: pnpm i && pnpm run docs:build
- name: Deploy
uses: easingthemes/ssh-deploy@main

4
.npmrc
View File

@ -1 +1,3 @@
registry=https://registry.npmmirror.com
registry=https://registry.npmmirror.com
auto-install-peers=true
shamefully-hoist=true

7107
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

11380
yarn.lock

File diff suppressed because it is too large Load Diff