Skip to content

Commit

Permalink
Create Browser Application and Dockerfile eclipse-cdt-cloud#75
Browse files Browse the repository at this point in the history
* Try to fix javascript out of heap errors in windows workflow
  • Loading branch information
jfaltermeier committed Mar 8, 2023
1 parent ad07474 commit a121e4f
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 @@ -33,7 +33,7 @@
"yargs": "17.2.1"
},
"scripts": {
"prepare": "lerna run prepare",
"prepare": "lerna run prepare --concurrency 1",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"clean": "lerna run clean && rimraf node_modules",
Expand Down

0 comments on commit a121e4f

Please sign in to comment.