Skip to content

Commit 5658aff

Browse files
committed
perf: remove lerna parallel execution on formatter
1 parent 109acf8 commit 5658aff

File tree

38 files changed

+79
-224
lines changed

38 files changed

+79
-224
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
"clean:deps": "lerna clean --yes && rm -rf node_modules && yarn",
1919
"clean:all": "run-s clean:build clean:caches clean:deps",
2020
"codecov": "codecov",
21-
"fix": "lerna run fix",
21+
"fix": "run-s fix:lerna fix:biome",
22+
"fix:lerna": "lerna run fix",
23+
"fix:biome": "biome format --write .",
2224
"changelog": "ts-node ./scripts/get-commit-list.ts",
2325
"link:yarn": "lerna exec yarn link",
24-
"lint": "lerna run lint",
25-
"lint:eslint": "lerna run lint:eslint",
26+
"lint": "run-s lint:lerna lint:biome",
27+
"lint:lerna": "lerna run lint",
2628
"lint:biome": "biome format --verbose .",
2729
"validate:es5": "lerna run validate:es5",
2830
"postpublish": "lerna run --stream --concurrency 1 postpublish",

packages/angular-ivy/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,8 @@
5050
"build:syncSymlinks": "ts-node ./scripts/syncSourceFiles.ts",
5151
"circularDepCheck": "madge --circular src/index.ts",
5252
"clean": "rimraf build coverage sentry-angular-ivy-*.tgz",
53-
"fix": "run-s fix:eslint fix:biome",
54-
"fix:eslint": "eslint . --format stylish --fix",
55-
"fix:biome": "biome format --write .",
56-
"lint": "run-s lint:biome lint:eslint",
57-
"lint:eslint": "eslint . --format stylish",
58-
"lint:biome": "biome format .",
53+
"fix": "eslint . --format stylish --fix",
54+
"lint": "eslint . --format stylish",
5955
"yalc:publish": "ts-node ./scripts/prepack.ts && yalc publish build --push --sig"
6056
},
6157
"volta": {

packages/angular/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,8 @@
5151
"build:tarball": "npm pack ./build",
5252
"circularDepCheck": "madge --circular src/index.ts",
5353
"clean": "rimraf build coverage sentry-angular-*.tgz",
54-
"fix": "run-s fix:eslint fix:biome",
55-
"fix:eslint": "eslint . --format stylish --fix",
56-
"fix:biome": "biome format --write .",
57-
"lint": "run-s lint:biome lint:eslint",
58-
"lint:eslint": "eslint . --format stylish",
59-
"lint:biome": "biome format .",
54+
"fix": "eslint . --format stylish --fix",
55+
"lint": "eslint . --format stylish",
6056
"test": "yarn test:unit",
6157
"test:unit": "jest",
6258
"test:unit:watch": "jest --watch",

packages/astro/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,8 @@
6767
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
6868
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
6969
"clean": "rimraf build coverage sentry-astro-*.tgz",
70-
"fix": "run-s fix:eslint fix:biome",
71-
"fix:eslint": "eslint . --format stylish --fix",
72-
"fix:biome": "biome format --write .",
73-
"lint": "run-s lint:biome lint:eslint",
74-
"lint:eslint": "eslint . --format stylish",
75-
"lint:biome": "biome format .",
70+
"fix": "eslint . --format stylish --fix",
71+
"lint": "eslint . --format stylish",
7672
"test": "yarn test:unit",
7773
"test:unit": "vitest run",
7874
"test:watch": "vitest --watch",

packages/browser-integration-tests/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
"scripts": {
1111
"clean": "rimraf -g suites/**/dist loader-suites/**/dist tmp",
1212
"install-browsers": "playwright install --with-deps",
13-
"lint": "run-s lint:biome lint:eslint",
14-
"lint:eslint": "eslint . --format stylish",
15-
"lint:biome": "biome format .",
16-
"fix": "run-s fix:eslint fix:biome",
17-
"fix:eslint": "eslint . --format stylish --fix",
18-
"fix:biome": "biome format --fix .",
13+
"lint": "eslint . --format stylish",
14+
"fix": "eslint . --format stylish --fix",
1915
"type-check": "tsc",
2016
"pretest": "yarn clean && yarn type-check",
2117
"test": "playwright test ./suites --project='chromium'",

packages/browser/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@
7070
"build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
7171
"circularDepCheck": "madge --circular src/index.ts",
7272
"clean": "rimraf build coverage .rpt2_cache sentry-browser-*.tgz",
73-
"fix": "run-s fix:eslint fix:biome",
74-
"fix:eslint": "eslint . --format stylish --fix",
75-
"fix:biome": "biome format --write .",
76-
"lint": "run-s lint:biome lint:eslint",
77-
"lint:eslint": "eslint . --format stylish",
78-
"lint:biome": "biome format .",
73+
"fix": "eslint . --format stylish --fix",
74+
"lint": "eslint . --format stylish",
7975
"validate:es5": "es-check es5 'build/bundles/*.es5*.js'",
8076
"size:check": "run-p size:check:es5 size:check:es6",
8177
"size:check:es5": "cat build/bundles/bundle.min.js | gzip -9 | wc -c | awk '{$1=$1/1024; print \"ES5: \",$1,\"kB\";}'",

packages/bun/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@
4545
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
4646
"circularDepCheck": "madge --circular src/index.ts",
4747
"clean": "rimraf build coverage sentry-bun-*.tgz",
48-
"fix": "run-s fix:eslint fix:prettier",
49-
"fix:eslint": "eslint . --format stylish --fix",
50-
"fix:prettier": "biome format --write .",
51-
"lint": "run-s lint:biome lint:eslint",
52-
"lint:eslint": "eslint . --format stylish",
53-
"lint:biome": "biome format .",
48+
"fix": "eslint . --format stylish --fix",
49+
"lint": "eslint . --format stylish",
5450
"install:bun": "node ./scripts/install-bun.js",
5551
"test": "run-s install:bun test:bun",
5652
"test:bun": "bun test",

packages/core/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,8 @@
4040
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
4141
"circularDepCheck": "madge --circular src/index.ts",
4242
"clean": "rimraf build coverage sentry-core-*.tgz",
43-
"fix": "run-s fix:eslint fix:prettier",
44-
"fix:eslint": "eslint . --format stylish --fix",
45-
"fix:prettier": "biome format --write .",
46-
"lint": "run-s lint:biome lint:eslint",
47-
"lint:eslint": "eslint . --format stylish",
48-
"lint:biome": "biome format .",
43+
"fix": "eslint . --format stylish --fix",
44+
"lint": "eslint . --format stylish",
4945
"test": "jest",
5046
"test:watch": "jest --watch",
5147
"version": "node ../../scripts/versionbump.js src/version.ts",

packages/deno/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@
3939
"circularDepCheck": "madge --circular src/index.ts",
4040
"clean": "rimraf build build-types build-test coverage",
4141
"prefix": "yarn deno-types",
42-
"fix": "run-s fix:eslint fix:biome",
43-
"fix:eslint": "eslint . --format stylish --fix",
44-
"fix:biome": "biome format --write .",
42+
"fix": "eslint . --format stylish --fix",
4543
"prelint": "yarn deno-types",
46-
"lint": "run-s lint:biome lint:eslint",
47-
"lint:eslint": "eslint . --format stylish",
48-
"lint:biome": "biome format .",
44+
"lint": "eslint . --format stylish",
4945
"install:deno": "node ./scripts/install-deno.mjs",
5046
"pretest": "run-s deno-types test:build",
5147
"test": "run-s install:deno test:types test:unit",

packages/e2e-tests/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
"license": "MIT",
55
"private": true,
66
"scripts": {
7-
"fix": "run-s fix:eslint fix:biome",
8-
"fix:eslint": "eslint . --format stylish --fix",
9-
"fix:biome": "biome format --write .",
10-
"lint": "run-s lint:biome lint:eslint lint:ts",
11-
"lint:eslint": "eslint . --format stylish",
12-
"lint:biome": "biome format .",
7+
"fix": "eslint . --format stylish --fix",
8+
"lint": "eslint . --format stylish",
139
"lint:ts": "tsc --noEmit",
1410
"test:e2e": "run-s test:validate-configuration test:validate-test-app-setups test:run",
1511
"test:run": "ts-node run.ts",

packages/ember/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@
1919
"scripts": {
2020
"build:tarball": "ember ts:precompile && npm pack && ember ts:clean",
2121
"clean": "yarn rimraf sentry-ember-*.tgz dist tmp build .node_modules.ember-try package.json.ember-try instance-initializers index.d.ts runloop.d.ts types.d.ts",
22-
"lint": "run-p lint:js lint:hbs lint:ts lint:biome",
22+
"lint": "run-p lint:js lint:hbs lint:ts",
2323
"lint:hbs": "ember-template-lint .",
2424
"lint:js": "eslint .",
2525
"lint:ts": "tsc",
26-
"lint:biome": "biome format .",
27-
"fix": "run-s fix:eslint fix:biome",
28-
"fix:eslint": "eslint . --format stylish --fix",
29-
"fix:biome": "biome format --write .",
26+
"fix": "eslint . --format stylish --fix",
3027
"start": "ember serve",
3128
"test": "ember b --prod && ember test",
3229
"test:all": "ember try:each",

packages/eslint-plugin-sdk/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626
},
2727
"scripts": {
2828
"clean": "yarn rimraf sentry-internal-eslint-plugin-sdk-*.tgz",
29-
"fix": "run-s fix:eslint fix:biome",
30-
"fix:eslint": "eslint . --format stylish --fix",
31-
"fix:biome": "biome format --write .",
32-
"lint": "run-s lint:biome lint:eslint",
33-
"lint:eslint": "eslint . --format stylish",
34-
"lint:biome": "biome format .",
29+
"fix": "eslint . --format stylish --fix",
30+
"lint": "eslint . --format stylish",
3531
"test": "mocha test --recursive",
3632
"build:tarball": "npm pack",
3733
"circularDepCheck": "madge --circular src/index.js"

packages/feedback/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@
4343
"build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
4444
"circularDepCheck": "madge --circular src/index.ts",
4545
"clean": "rimraf build sentry-replay-*.tgz",
46-
"fix": "run-s fix:eslint fix:biome",
47-
"fix:eslint": "eslint . --format stylish --fix",
48-
"fix:biome": "biome format --write .",
49-
"lint": "run-s lint:biome lint:eslint",
50-
"lint:eslint": "eslint . --format stylish",
51-
"lint:biome": "biome format .",
46+
"fix": "eslint . --format stylish --fix",
47+
"lint": "eslint . --format stylish",
5248
"test": "jest",
5349
"test:watch": "jest --watch",
5450
"yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push --sig"

packages/gatsby/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,8 @@
5757
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
5858
"circularDepCheck": "madge --circular src/index.ts",
5959
"clean": "rimraf build coverage *.d.ts sentry-gatsby-*.tgz",
60-
"fix": "run-s fix:eslint fix:biome",
61-
"fix:eslint": "eslint . --format stylish --fix",
62-
"fix:biome": "biome format --write .",
63-
"lint": "run-s lint:biome lint:eslint",
64-
"lint:eslint": "eslint . --format stylish",
65-
"lint:biome": "biome format .",
60+
"fix": "eslint . --format stylish --fix",
61+
"lint": "eslint . --format stylish",
6662
"test": "yarn ts-node scripts/pretest.ts && yarn jest",
6763
"test:watch": "yarn ts-node scripts/pretest.ts && yarn jest --watch",
6864
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"

packages/hub/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@
4141
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
4242
"circularDepCheck": "madge --circular src/index.ts",
4343
"clean": "rimraf build coverage sentry-hub-*.tgz",
44-
"fix": "run-s fix:eslint fix:biome",
45-
"fix:eslint": "eslint . --format stylish --fix",
46-
"fix:biome": "biome format --write .",
47-
"lint": "run-s lint:biome lint:eslint",
48-
"lint:eslint": "eslint . --format stylish",
49-
"lint:biome": "biome format .",
44+
"fix": "eslint . --format stylish --fix",
45+
"lint": "eslint . --format stylish",
5046
"test": "jest",
5147
"test:watch": "jest --watch",
5248
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"

packages/integration-shims/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626
"build:transpile:watch": "yarn build:transpile --watch",
2727
"build:types:watch": "tsc -p tsconfig.types.json --watch",
2828
"clean": "rimraf build",
29-
"fix": "run-s fix:eslint fix:biome",
30-
"fix:eslint": "eslint . --format stylish --fix",
31-
"fix:biome": "biome format --write .",
32-
"lint": "run-s lint:biome lint:eslint",
33-
"lint:eslint": "eslint . --format stylish",
34-
"lint:biome": "biome format ."
29+
"fix": "eslint . --format stylish --fix",
30+
"lint": "eslint . --format stylish"
3531
},
3632
"repository": {
3733
"type": "git",

packages/integrations/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@
4747
"build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
4848
"circularDepCheck": "madge --circular src/index.ts",
4949
"clean": "rimraf build coverage .rpt2_cache sentry-integrations-*.tgz",
50-
"fix": "run-s fix:eslint fix:biome",
51-
"fix:eslint": "eslint . --format stylish --fix",
52-
"fix:biome": "biome format --write .",
53-
"lint": "run-s lint:biome lint:eslint",
54-
"lint:eslint": "eslint . --format stylish",
55-
"lint:biome": "biome format .",
50+
"fix": "eslint . --format stylish --fix",
51+
"lint": "eslint . --format stylish",
5652
"validate:es5": "es-check es5 'build/bundles/*.es5*.js'",
5753
"test": "jest",
5854
"test:watch": "jest --watch",

packages/nextjs/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,8 @@
6868
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
6969
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/edge/index.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
7070
"clean": "rimraf build coverage sentry-nextjs-*.tgz",
71-
"fix": "run-s fix:eslint fix:biome",
72-
"fix:eslint": "eslint . --format stylish --fix",
73-
"fix:biome": "biome format --write .",
74-
"lint": "run-s lint:biome lint:eslint",
75-
"lint:eslint": "eslint . --format stylish",
76-
"lint:biome": "biome format .",
71+
"fix": "eslint . --format stylish --fix",
72+
"lint": "eslint . --format stylish",
7773
"test": "yarn test:unit",
7874
"test:all": "run-s test:unit test:integration test:build",
7975
"test:build": "yarn ts-node test/buildProcess/runTest.ts",

packages/node-experimental/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,8 @@
6565
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
6666
"circularDepCheck": "madge --circular src/index.ts",
6767
"clean": "rimraf build coverage sentry-node-experimental-*.tgz",
68-
"fix": "run-s fix:eslint fix:biome",
69-
"fix:eslint": "eslint . --format stylish --fix",
70-
"fix:biome": "biome format --write .",
71-
"lint": "run-s lint:biome lint:eslint",
72-
"lint:eslint": "eslint . --format stylish",
73-
"lint:biome": "biome format .",
68+
"fix": "eslint . --format stylish --fix",
69+
"lint": "eslint . --format stylish",
7470
"test": "yarn test:jest",
7571
"test:jest": "jest",
7672
"test:watch": "jest --watch",

packages/node-integration-tests/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
"clean": "rimraf -g **/node_modules",
1111
"prisma:init": "(cd suites/tracing/prisma-orm && ts-node ./setup.ts)",
1212
"prisma:init:new": "(cd suites/tracing-new/prisma-orm && ts-node ./setup.ts)",
13-
"lint": "run-s lint:biome lint:eslint",
14-
"lint:eslint": "eslint . --format stylish",
15-
"lint:biome": "biome format .",
16-
"fix": "run-s fix:eslint fix:biome",
17-
"fix:eslint": "eslint . --format stylish --fix",
18-
"fix:biome": "biome format --write .",
13+
"lint": "eslint . --format stylish",
14+
"fix": "eslint . --format stylish --fix",
1915
"type-check": "tsc",
2016
"pretest": "run-s --silent prisma:init prisma:init:new",
2117
"test": "ts-node ./utils/run-tests.ts",

packages/node/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,8 @@
5252
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
5353
"circularDepCheck": "madge --circular src/index.ts",
5454
"clean": "rimraf build coverage sentry-node-*.tgz",
55-
"fix": "run-s fix:eslint fix:biome",
56-
"fix:eslint": "eslint . --format stylish --fix",
57-
"fix:biome": "biome format --write .",
58-
"lint": "run-s lint:biome lint:eslint",
59-
"lint:eslint": "eslint . --format stylish",
60-
"lint:biome": "biome format .",
55+
"fix": "eslint . --format stylish --fix",
56+
"lint": "eslint . --format stylish",
6157
"test": "run-s test:jest test:express test:webpack test:release-health",
6258
"test:express": "node test/manual/express-scope-separation/start.js",
6359
"test:jest": "jest",

packages/opentelemetry-node/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@
5555
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
5656
"circularDepCheck": "madge --circular src/index.ts",
5757
"clean": "rimraf build coverage sentry-opentelemetry-node-*.tgz",
58-
"fix": "run-s fix:eslint fix:biome",
59-
"fix:eslint": "eslint . --format stylish --fix",
60-
"fix:biome": "biome format --write .",
61-
"lint": "run-s lint:biome lint:eslint",
62-
"lint:eslint": "eslint . --format stylish",
63-
"lint:biome": "biome format .",
58+
"fix": "eslint . --format stylish --fix",
59+
"lint": "eslint . --format stylish",
6460
"test": "yarn test:jest",
6561
"test:jest": "jest",
6662
"test:watch": "jest --watch",

packages/opentelemetry/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@
5555
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
5656
"circularDepCheck": "madge --circular src/index.ts",
5757
"clean": "rimraf build coverage sentry-opentelemetry-*.tgz",
58-
"fix": "run-s fix:eslint fix:biome",
59-
"fix:eslint": "eslint . --format stylish --fix",
60-
"fix:biome": "biome format --write .",
61-
"lint": "run-s lint:biome lint:eslint",
62-
"lint:eslint": "eslint . --format stylish",
63-
"lint:biome": "biome format .",
58+
"fix": "eslint . --format stylish --fix",
59+
"lint": "eslint . --format stylish",
6460
"test": "yarn test:jest",
6561
"test:jest": "jest",
6662
"test:watch": "jest --watch",

packages/overhead-metrics/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
"dev:run:replay": "npx chrome ./test-apps/booking-app/with-replay.html",
1414
"ci:collect": "ts-node-esm ./configs/ci/collect.ts",
1515
"ci:process": "ts-node-esm ./configs/ci/process.ts",
16-
"fix": "run-s fix:eslint fix:biome",
17-
"fix:eslint": "eslint . --format stylish --fix",
18-
"fix:biome": "biome format --write .",
19-
"lint": "run-s lint:biome lint:eslint",
20-
"lint:eslint": "eslint . --format stylish",
21-
"lint:biome": "biome format ."
16+
"fix": "eslint . --format stylish --fix",
17+
"lint": "eslint . --format stylish"
2218
},
2319
"dependencies": {
2420
"@octokit/rest": "^19.0.5",

packages/react/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@
7070
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
7171
"circularDepCheck": "madge --circular src/index.ts",
7272
"clean": "rimraf build coverage sentry-react-*.tgz",
73-
"fix": "run-s fix:eslint fix:biome",
74-
"fix:eslint": "eslint . --format stylish --fix",
75-
"fix:biome": "biome format --write .",
76-
"lint": "run-s lint:biome lint:eslint",
77-
"lint:eslint": "eslint . --format stylish",
78-
"lint:biome": "biome format .",
73+
"fix": "eslint . --format stylish --fix",
74+
"lint": "eslint . --format stylish",
7975
"test": "jest",
8076
"test:watch": "jest --watch",
8177
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"

packages/remix/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,8 @@
6060
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
6161
"circularDepCheck": "madge --circular src/index.server.ts",
6262
"clean": "rimraf build coverage sentry-remix-*.tgz",
63-
"fix": "run-s fix:eslint fix:biome",
64-
"fix:eslint": "eslint . --format stylish --fix",
65-
"fix:biome": "biome format --write .",
66-
"lint": "run-s lint:biome lint:eslint",
67-
"lint:eslint": "eslint . --format stylish",
68-
"lint:biome": "biome format .",
63+
"fix": "eslint . --format stylish --fix",
64+
"lint": "eslint . --format stylish",
6965
"test": "yarn test:unit",
7066
"test:integration": "run-s test:integration:v1 test:integration:v2",
7167
"test:integration:v1": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",

0 commit comments

Comments
 (0)