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 3ad87efa97
commit 4b1196bb46
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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