Skip to content

Commit

Permalink
build: add install target for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Dec 19, 2024
1 parent 0a6a133 commit 637d3b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dashboard/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 637d3b3

Please sign in to comment.