feat(FN-4486): complete Step 3 — add plugin typecheck scripts

Fusion-Task-Id: FN-4486
Fusion-Task-Lineage: 7d3b40b2-883f-450c-96ec-796f8af4fa45
This commit is contained in:
Fusion
2026-05-14 10:04:12 -07:00
committed by gsxdsm
parent 2cff885d9f
commit c39f3cda22
4 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "vitest run --silent=passed-only --reporter=dot"
},
"dependencies": {