Skip to content

Commit

Permalink
try ignoring plugin download errors
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Jun 19, 2023
1 parent f1147d7 commit df67351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build": "yarn build:extensions && yarn build:applications && yarn download:plugins",
"build:extensions": "lerna run --scope=\"blueprint*ext\" build",
"build:applications": "lerna run --scope=\"blueprint*app\" build --concurrency 1",
"download:plugins": "theia download:plugins --rate-limit=15 --parallel=false",
"download:plugins": "theia download:plugins --rate-limit=15 --parallel=false --ignore-errors",
"watch": "lerna run --parallel watch",
"test": "lerna run test",
"electron": "yarn --cwd applications/electron",
Expand Down

0 comments on commit df67351

Please sign in to comment.