-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbc34b8
commit 646d85f
Showing
4 changed files
with
5,652 additions
and
25,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"build:frontend": "yarn build:hooks && yarn build:ui && yarn build:wallet-connect && yarn workspace @gear-js/frontend build", | ||
"build:hooks": "yarn workspace @gear-js/react-hooks build", | ||
"build:ui": "yarn workspace @gear-js/ui build", | ||
"build:wallet-connect": "yarn workspace @gear-js/wallet-connect build", | ||
"build:vara-ui": "yarn workspace @gear-js/vara-ui build", | ||
"build:wallet-connect": "yarn build:hooks && yarn build:ui && yarn build:vara-ui && yarn workspace @gear-js/wallet-connect build", | ||
"build:test-balance": "yarn workspace @gear-js/test-balance build", | ||
"build:faucet": "yarn workspace @gear-js/faucet build", | ||
"build:voucher-indexer": "yarn workspace @gear-js/voucher-indexer build", | ||
|
@@ -33,6 +34,7 @@ | |
"idea/*", | ||
"utils/gear-hooks", | ||
"utils/gear-ui", | ||
"utils/vara-ui", | ||
"utils/wallet-connect" | ||
], | ||
"packageManager": "[email protected]", | ||
|
Oops, something went wrong.