-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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
origin/common/config/rush/command-line.json
Lines 123 to 129 in 2942670
| "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
Labels
No labels