poc/Makefile: add 'fix' target (mirroring spec/Makefile)
This commit is contained in:
@@ -7,3 +7,6 @@ sync:
|
||||
|
||||
test: sync
|
||||
KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../spec/test
|
||||
|
||||
fix:
|
||||
KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../spec/test fix
|
||||
|
||||
Reference in New Issue
Block a user