mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-12 23:21:02 +03:00
tooling: Add make ghcid-library-pro
command
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5344 GitOrigin-RevId: cf20d7654b26933e8fba870e4ec9750785bb1506
This commit is contained in:
parent
72cfb7fc9b
commit
edc29ce0d4
@ -64,3 +64,8 @@ ghcid-test-mysql: start-postgres start-mysql remove-tix-file
|
||||
ghcid-test-citus: start-postgres start-citus remove-tix-file
|
||||
$(call run_ghcid_hspec_tests,graphql-engine:tests-hspec,Citus)
|
||||
|
||||
.PHONY: ghcid-library-pro
|
||||
## ghcid-library-pro: build and watch pro library in ghcid
|
||||
ghcid-library-pro:
|
||||
$(call run_ghcid,graphql-engine-pro:lib:graphql-engine-pro)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user