diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 548627dc51..3c13bf5742 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -75,7 +75,6 @@ "highlight.js": "^11.0.0", "html-loader": "^5.0.0", "inspecjs": "^2.10.8", - "jest-transform-stub": "^2.0.0", "lodash": "4.17.21", "lru-cache": "^10.1.0", "luxon": "^3.0.1", diff --git a/apps/frontend/project.json b/apps/frontend/project.json index 28c93db660..7cce5a27ec 100644 --- a/apps/frontend/project.json +++ b/apps/frontend/project.json @@ -21,7 +21,8 @@ "options": { "cwd": "apps/frontend", "command": "jest" - } + }, + "dependsOn": ["^build"] } } } \ No newline at end of file