Skip to content

Commit

Permalink
wip: migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
daief committed May 12, 2024
1 parent e631938 commit 33c7799
Show file tree
Hide file tree
Showing 9 changed files with 4,309 additions and 5,495 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v4
with:
version: 9

- name: Build
run: |
yarn
yarn build && yarn generate
pnpm install
pnpm build && pnpm generate
- name: Deploy
env:
Expand Down
14 changes: 0 additions & 14 deletions .yarn/build-state.yml

This file was deleted.

Binary file removed .yarn/install-state.gz
Binary file not shown.
55 changes: 0 additions & 55 deletions .yarn/releases/yarn-berry.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages/*"
],
"dependencies": {
"@blog/gugu": "0.0.1"
"@blog/gugu": "workspace:0.0.1"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 33c7799

Please sign in to comment.