Skip to content

Commit

Permalink
feat: npm -> yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
yeolyi committed Feb 10, 2024
1 parent e99ce45 commit 338101c
Show file tree
Hide file tree
Showing 32 changed files with 31,208 additions and 25,328 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
// "plugin:react-hooks/recommended", -> ESLint couldn't determine the plugin "react-hooks" uniquely.
"next/core-web-vitals",
"plugin:import/recommended",
"prettier"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Create .env file
run: |
echo "NEXT_PUBLIC_KAKAO_MAP_API_KEY=${{secrets.KAKAO_MAP_API_KEY}}" > .env.local
- name: Build and push Docker images
uses: docker/[email protected]
with:
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ yarn-error.log*
next-env.d.ts

.eslintcache

# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
yarn lint-staged
18,813 changes: 18,813 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 338101c

Please sign in to comment.