Skip to content

Commit

Permalink
INT-10745: enforce NPM usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonyelmini committed May 10, 2024
1 parent 8339ac6 commit 9f597d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"workspaces": [
"packages/*"
],
"engines": {
"yarn": "PLEASE USE NPM"
},
"scripts": {
"lerna": "lerna",
"lint": "eslint --ext .ts,.tsx,.js,.jsx --cache .",
Expand Down

0 comments on commit 9f597d5

Please sign in to comment.