Skip to content

Commit

Permalink
Merge pull request #140 from jwoo0122/yarn-to-pnpm
Browse files Browse the repository at this point in the history
Yarn to pnpm
  • Loading branch information
jwoo0122 authored Jun 16, 2024
2 parents cde5fd6 + 651fda8 commit 4cc5ff3
Show file tree
Hide file tree
Showing 21 changed files with 5,213 additions and 8,178 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
- name: Checkout to current branch
uses: actions/checkout@v3

- name: Setup node, yarn
- name: Setup node, pnpm
uses: actions/setup-node@v3
with:
node-version: 18

- run: corepack enable

- name: Install
run: yarn install
run: pnpm install

- name: Astro check
run: yarn check
run: pnpm check
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn check
pnpm check
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/launch.json

This file was deleted.

8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/sdks/integrations.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsc

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsserver

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/lib/tsc.js

This file was deleted.

225 changes: 0 additions & 225 deletions .yarn/sdks/typescript/lib/tsserver.js

This file was deleted.

Loading

0 comments on commit 4cc5ff3

Please sign in to comment.