Skip to content

Commit

Permalink
Add yarn workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Oct 29, 2020
1 parent 6129ebd commit 10e05df
Show file tree
Hide file tree
Showing 2 changed files with 13,616 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "zksync-root",
"version": "1.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"sdk/zksync.js",

"contracts",

"infrastructure/analytics",
"infrastructure/fee-seller",
"infrastructure/explorer",
"infrastructure/zcli",

"core/tests/ts-tests"
],
"scripts": {
"zksync" : "yarn workspace zksync",
"contracts" : "yarn workspace franklin-contracts",
"analytics" : "yarn workspace analytics",
"fee-seller" : "yarn workspace fee-seller",
"explorer" : "yarn workspace explorer",
"zcli" : "yarn workspace zcli",
"ts-tests" : "yarn workspace ts-tests"
}
}
Loading

0 comments on commit 10e05df

Please sign in to comment.