Add test command to the makefiles
This commit is contained in:
parent
a3345b0a4f
commit
5aa50feb5b
3
Makefile
3
Makefile
|
@ -6,3 +6,6 @@ server:
|
|||
|
||||
client-dev:
|
||||
cd v-client && make dev
|
||||
|
||||
test:
|
||||
cd v-client && make test
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
dev:
|
||||
npx tauri dev
|
||||
|
||||
test:
|
||||
npm run test
|
||||
|
|
Loading…
Reference in New Issue