Skip to content

[bug] common/config/rush/command-line.json need to be updated #3355

@andrii482

Description

@andrii482

In 50f2bd8 commit was deleted run:exchange-ui and run:ui-core commands from package.json
50f2bd8#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

But rush run:origin:web3 command settings still contain run:exchange-ui and run:ui-core commands

"name": "run:origin:web3",
"commandKind": "global",
"summary": "Runs the full Origin development suite on the Volta testnet",
"safeForSimultaneousRushProcesses": false,
"autoinstallerName": "rush-tools",
"shellCommand": "concurrently --restart-tries 3 --restart-after 1500 -n backend,ui \"yarn migrate:demo:web3 && yarn run:backend\" \"wait-on tcp:3030 && yarn run:ui\" \"wait-on tcp:3030 && yarn run:ui-core\" \"wait-on tcp:3030 && yarn run:exchange-ui\"",
"allowWarningsInSuccessfulBuild": true

That should make problem when someone try to run rush run:origin:web3 command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions