feat(FN-4605): complete Step 3 — add workspace-root bootstrap and pretest hooks

Fusion-Task-Id: FN-4605
Fusion-Task-Lineage: 472b0ccb-d015-4ff7-bdf2-1d5d05ae09e9
This commit is contained in:
Fusion
2026-05-15 08:10:03 -07:00
committed by gsxdsm
parent aa7a2ee812
commit a9362c8f29
4 changed files with 57 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
},
"scripts": {
"build": "tsc && cp src/*.css dist/ && mkdir -p dist/styles && cp src/styles/*.css dist/styles/",
"pretest": "node ../../scripts/ensure-test-artifacts.mjs",
"test": "vitest run --silent=passed-only --reporter=dot"
},
"dependencies": {