Add test command to the makefiles

This commit is contained in:
Savanni D'Gerinel 2022-11-17 11:55:35 -05:00
parent a3345b0a4f
commit 5aa50feb5b
2 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,6 @@ server:
client-dev:
cd v-client && make dev
test:
cd v-client && make test

View File

@ -3,3 +3,6 @@
dev:
npx tauri dev
test:
npm run test