diff --git a/dashboard/Makefile b/dashboard/Makefile index 00be699..7c972bf 100644 --- a/dashboard/Makefile +++ b/dashboard/Makefile @@ -1,11 +1,14 @@ -component_tests: +component_test: @echo "Running components' tests with Vitest" npm test -e2e_tests: +e2e_test: @echo "Running end-to-end tests with Playwright" npx playwright test +install: + npm install + build_prod: @echo "Building production executable" npm run build