Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andrii482 opened this issue Jun 30, 2022 · 0 comments
Open

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

andrii482 opened this issue Jun 30, 2022 · 0 comments

Comments

@andrii482
Copy link

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.

@andrii482 andrii482 changed the title [bug] rush trying to use deleted package . Looks like that common/config/rush/command-line.json need to be updated [bug] common/config/rush/command-line.json need to be updated Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant