🚀 Auto-deploy: BrainWind atualizado em 14/07/2026 16:50:40

This commit is contained in:
2026-07-14 16:50:40 +00:00
parent 4e0b26f1c4
commit 5e44f1a0bd
+4 -1
View File
@@ -8,7 +8,10 @@
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview",
"test": "vitest run",
"test": "npm run test:engenharia && npm run test:sistema",
"test:all": "vitest run",
"test:engenharia": "vitest run audit-simulations blessmann internal-pressure interp line-loads nbr-tables neighborhood reynolds wind-kernel",
"test:sistema": "vitest run canvas-capture export-ftool i18n import-project refactoring svg-colors three-d-components",
"test:watch": "vitest"
},
"dependencies": {