Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Oct 10, 2024
1 parent fbc34b8 commit 646d85f
Show file tree
Hide file tree
Showing 4 changed files with 5,652 additions and 25,386 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -33,6 +34,7 @@
"idea/*",
"utils/gear-hooks",
"utils/gear-ui",
"utils/vara-ui",
"utils/wallet-connect"
],
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 646d85f

Please sign in to comment.