Skip to content

Commit

Permalink
chore: enforcing use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren authored and RanGojo committed Feb 24, 2024
1 parent c6f423d commit 45dec5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
dist/
lerna-debug.log
.vercel
.npmrc

# i18n
translations/**/*.ts
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Enforce to use yarn
engine-strict=true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=20"
"node": ">=20",
"npm": "please-use-yarn"
},
"workspaces": [
"examples/*",
Expand Down

0 comments on commit 45dec5f

Please sign in to comment.