Skip to content

Commit

Permalink
fix main.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Sep 12, 2024
1 parent fb02ef3 commit 3b3d2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/actions/turbo-affected/build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20856,6 +20856,7 @@ var package_default = {
"coin:algorand": "pnpm --filter coin-algorand",
"coin:bitcoin": "pnpm --filter coin-bitcoin",
"coin:cardano": "pnpm --filter coin-cardano",
"coin:elrond": "pnpm --filter coin-elrond",
"coin:evm": "pnpm --filter coin-evm",
"coin:framework": "pnpm --filter coin-framework",
"coin:tester": "pnpm --filter coin-tester",
Expand All @@ -20865,9 +20866,9 @@ var package_default = {
"coin:icon": "pnpm --filter coin-icon",
"coin:stellar": "pnpm --filter coin-stellar",
"coin:tezos": "pnpm --filter coin-tezos",
"coin:ton": "pnpm --filter coin-ton",
"coin:tron": "pnpm --filter coin-tron",
"coin:xrp": "pnpm --filter coin-xrp",
"coin:elrond": "pnpm --filter coin-elrond",
"evm-tools": "pnpm --filter evm-tools",
domain: "pnpm --filter domain-service",
doc: "pnpm --filter docs",
Expand Down

0 comments on commit 3b3d2aa

Please sign in to comment.