ci: Add workflow to test UI changes (#998)

* ci: Add workflow to test UI changes

* test

* remove test
This commit is contained in:
TwiN
2025-02-06 19:33:37 -05:00
committed by GitHub
parent 541a70584d
commit 5227da3407
2 changed files with 16 additions and 0 deletions

View File

@ -34,6 +34,9 @@ docker-build-and-run: docker-build docker-run
# Front end #
#############
frontend-install-dependencies:
npm --prefix web/app install
frontend-build:
npm --prefix web/app run build