mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 05:31:13 -07:00
chore: Add makefile (#4389) [skip ci]
This commit is contained in:
parent
a22f2b43eb
commit
5d34d9ff61
1 changed files with 14 additions and 0 deletions
14
makefile
Normal file
14
makefile
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue