fix: address post-merge validation findings

This commit is contained in:
Johnny Eric Amancio
2026-08-05 16:02:41 +02:00
parent 88083fb5c5
commit 25f4b58d93
26 changed files with 180 additions and 33 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
},
"scripts": {
"typecheck": "tsgo --noEmit",
"test": "bun test"
"test": "bun test",
"test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml"
},
"dependencies": {
"acorn": "8.15.0",