mirror of https://github.com/databricks/cli.git
fix: Run package instead of set of files
This commit is contained in:
parent
a3fdc8dd6c
commit
79a88e945f
2
Makefile
2
Makefile
|
@ -40,4 +40,4 @@ vendor:
|
|||
|
||||
schema:
|
||||
@echo "✓ Generating json-schema ..."
|
||||
@go run $(shell find ./bundle/internal/schema -name "*.go" ! -name "*_test.go") ./bundle/internal/schema ./bundle/schema/jsonschema.json
|
||||
@go run ./bundle/internal/schema ./bundle/internal/schema ./bundle/schema/jsonschema.json
|
||||
|
|
Loading…
Reference in New Issue