Skip to content

Commit ee4de5e

Browse files
committed
Simplify sdk lint and check scripts
1 parent b4cdf07 commit ee4de5e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sdk/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,16 @@
5353
"build:deps:md-compiler:native": "pnpm -F @truenine/md-compiler run build:native",
5454
"build:deps:ts": "pnpm -F @truenine/logger -F @truenine/md-compiler -F @truenine/script-runtime run build:ts",
5555
"bundle": "tsx ../scripts/build-quiet.ts",
56-
"check": "run-s build:deps:ts check:run",
57-
"check:run": "run-p lint:run check:type:run",
56+
"check": "run-p lint check:type",
5857
"finalize:bundle": "tsx scripts/finalize-bundle.ts",
5958
"generate:schema": "tsx scripts/generate-schema.ts",
60-
"lint": "run-s build:deps:ts lint:run",
61-
"lint:run": "eslint --cache --cache-location .eslintcache .",
59+
"lint": "eslint --cache --cache-location .eslintcache .",
6260
"prepublishOnly": "run-s build check",
6361
"test": "run-s build:deps test:run",
6462
"test:native-cleanup-smoke": "tsx scripts/cleanup-native-smoke.ts",
6563
"test:run": "vitest run",
6664
"benchmark:cleanup": "tsx scripts/benchmark-cleanup.ts",
67-
"lint:fix": "run-s build:deps:ts lint:fix:run",
68-
"lint:fix:run": "eslint --fix --cache --cache-location .eslintcache .",
65+
"lint:fix": "eslint --fix --cache --cache-location .eslintcache .",
6966
"check:type": "run-s check:type:run",
7067
"check:type:run": "tsc --noEmit -p tsconfig.lib.json"
7168
},

0 commit comments

Comments
 (0)