flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
11
VISUALIZACION/node_modules/@elastic/elasticsearch/Makefile
generated
vendored
Executable file
11
VISUALIZACION/node_modules/@elastic/elasticsearch/Makefile
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
.PHONY: integration-setup
|
||||
integration-setup: integration-cleanup
|
||||
DETACH=true .ci/run-elasticsearch.sh
|
||||
|
||||
.PHONY: integration-cleanup
|
||||
integration-cleanup:
|
||||
docker container rm --force --volumes instance || true
|
||||
|
||||
.PHONY: integration
|
||||
integration: integration-setup
|
||||
npm run test:integration
|
||||
Loading…
Add table
Add a link
Reference in a new issue