Skip to content

Commit

Permalink
[tool][terra]use yarn@berry
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Nov 13, 2023
1 parent 7e978f4 commit bee47d5
Show file tree
Hide file tree
Showing 4 changed files with 3,796 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tool/terra/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
package-lock.json
.terra
yarn.lock
.yarn
1 change: 1 addition & 0 deletions tool/terra/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
11 changes: 6 additions & 5 deletions tool/terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
"@types/node": "^20.6.0"
},
"dependencies": {
"@agoraio-extensions/terra": "^0.1.0",
"@agoraio-extensions/terra-core": "^0.1.0",
"@agoraio-extensions/terra-legacy-cxx-parser": "^0.1.3",
"@agoraio-extensions/terra_shared_configs": "^1.0.0",
"@agoraio-extensions/terra": "[email protected]:AgoraIO-Extensions/terra.git#head=main&workspace=terra",
"@agoraio-extensions/terra-core": "[email protected]:AgoraIO-Extensions/terra.git#head=main&workspace=terra-core",
"@agoraio-extensions/terra-legacy-cxx-parser": "[email protected]:AgoraIO-Extensions/terra-legacy-cxx-parser.git#head=main",
"@agoraio-extensions/terra_shared_configs": "[email protected]:AgoraIO-Extensions/terra_shared_configs.git#head=main",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit bee47d5

Please sign in to comment.