Browse Source

Add vitest:run:components script for CI

Shun Miyazawa 2 years ago
parent
commit
702b8cae05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/package.json

+ 1 - 1
apps/app/package.json

@@ -35,7 +35,7 @@
     "prelint:swagger2openapi": "yarn openapi:v3",
     "test": "run-p test:*",
     "test:jest": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" jest --logHeapUsage",
-    "test:vitest": "run-p vitest:run vitest:run:integ",
+    "test:vitest": "run-p vitest:run vitest:run:integ vitest:run:components",
     "jest:run": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
     "reg:run": "reg-suit run",
     "vitest:run": "vitest run config src --coverage",