Skip to content

Commit

Permalink
update package manager to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
adcentury committed Sep 12, 2023
1 parent 5a10f9b commit 8363e36
Show file tree
Hide file tree
Showing 6 changed files with 1,796 additions and 1,131 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docs-en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.6
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
cache-dependency-path: docs/en/yarn.lock
node-version: 18.x
cache: pnpm
cache-dependency-path: docs/en/pnpm-lock.yaml
- name: Install Vercel CLI
run: yarn global add vercel@latest
run: pnpm i -g vercel@latest
- name: Build Project and Deploy to Vercel
working-directory: ./docs/en
run: |
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ package-lock.json
.test
.db
.meta
pnpm-lock.*
**/node_modules
**/node_modules
9 changes: 0 additions & 9 deletions docs/en/.yarnrc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/en/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/mixpanel-browser": "^2.47.0",
"typescript": "^4.7.4",
"vitepress": "1.0.0-alpha.63",
"vue": "^3.2.37"
"vue": "^3.3.4"
},
"homepage": "https://docs.aircode.io",
"repository": {
Expand Down
Loading

0 comments on commit 8363e36

Please sign in to comment.