Skip to content

Commit

Permalink
Update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkoKukovec committed May 12, 2022
1 parent 88c96a4 commit de01aa4
Show file tree
Hide file tree
Showing 4 changed files with 12,070 additions and 8,836 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ website/build
.rpt2_cache

website/.DS_Store
.DS_Store
.DS_Store
.yarn
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "datx",
"name": "datx-monorepo",
"devDependencies": {
"husky": "^4.2.4",
"lerna": "^3.10.7",
Expand All @@ -8,7 +8,6 @@
"scripts": {
"precommit": "lerna run lint & lerna run test"
},
"dependencies": {},
"private": true,
"workspaces": [
"packages/*"
Expand Down
Loading

0 comments on commit de01aa4

Please sign in to comment.