Skip to content

Commit

Permalink
build hdf-converters before frontend tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kaden Emley <[email protected]>
  • Loading branch information
kemley76 committed Jul 26, 2024
1 parent 7274fd5 commit 410c5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion apps/frontend/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"options": {
"cwd": "apps/frontend",
"command": "jest"
}
},
"dependsOn": ["^build"]
}
}
}

0 comments on commit 410c5fa

Please sign in to comment.