Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Switch to Yarn Workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsters committed Jun 28, 2023
1 parent f80eeef commit 35e9ae7
Show file tree
Hide file tree
Showing 4 changed files with 2,361 additions and 6,073 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"lint": "eslint --ignore-path .gitignore .",
"postinstall": "lerna bootstrap --concurrency=1",
"prepare": "husky install",
"test": "lerna run test",
"upgrade-all": "yarn upgrade --latest && lerna run --concurrency=1 upgrade"
"upgrade-all": "yarn workspaces run upgrade && yarn upgrade --latest"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 35e9ae7

Please sign in to comment.