chore: Add makefile (#4389) [skip ci]

pull/4392/head
sephrat 3 years ago committed by GitHub
parent a22f2b43eb
commit 5d34d9ff61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,14 @@
backend:
cd src/Ombi && dotnet watch run -- --host http://*:3577
frontend:
cd src/Ombi/ClientApp && yarn start
install-frontend:
cd src/Ombi/ClientApp && yarn
install-tests:
cd tests && yarn
tests:
cd tests && npx cypress open
Loading…
Cancel
Save