mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 13:02:03 +00:00
Merge pull request #14308 from overleaf/jpa-reduce-ci-concurrency
[web] reduce CI concurrency GitOrigin-RevId: f8175f07424186bfd458731a6b62b6a803e93074
This commit is contained in:
parent
bf7aed0e21
commit
acf87abb80
1 changed files with 2 additions and 2 deletions
|
@ -485,7 +485,7 @@ typecheck_frontend:
|
|||
npx -p typescript tsc --noEmit
|
||||
|
||||
lint_in_docker:
|
||||
$(RUN_LINT_FORMAT) make lint -j --output-sync
|
||||
$(RUN_LINT_FORMAT) make lint -j2 --output-sync
|
||||
|
||||
format: format_js
|
||||
format_js:
|
||||
|
@ -502,7 +502,7 @@ format_styles_fix:
|
|||
npm run --silent format:styles:fix
|
||||
|
||||
format_in_docker:
|
||||
$(RUN_LINT_FORMAT) make format -j --output-sync
|
||||
$(RUN_LINT_FORMAT) make format -j2 --output-sync
|
||||
|
||||
#
|
||||
# Build & publish
|
||||
|
|
Loading…
Add table
Reference in a new issue