Skip to content

Commit 741a069

Browse files
ci: run qti attw check with node PIE-605
Avoid CI-only Bun JSON parsing failures when validating large ATTW reports. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f1d97db commit 741a069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"check:fixed-versioning:full": "node scripts/check-fixed-versioning.mjs",
5252
"check:package-metadata": "bun ./scripts/check-package-metadata.mjs",
5353
"check:publint": "bun ./scripts/check-publint.mjs",
54-
"check:types-publish": "bun ./scripts/check-attw.mjs",
54+
"check:types-publish": "node ./scripts/check-attw.mjs",
5555
"check:pack-exports": "bun ./scripts/check-pack-exports.mjs",
5656
"check:pack-smoke": "bun ./scripts/check-pack-smoke.mjs",
5757
"check:sourcemaps": "bun ./scripts/check-sourcemap-sources.mjs",

0 commit comments

Comments
 (0)