We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfda23 commit 59cdb42Copy full SHA for 59cdb42
.gitignore
@@ -1,4 +1,3 @@
1
-.env
2
dist
3
node_modules
4
package-lock.json
Makefile
@@ -1,5 +1,5 @@
.PHONY: all
-all: .generator .env
+all: .generator
@rm -rf packages/datadog-api-client-v*/models
@pre-commit run --all-files --hook-stage=manual openapi-generator || true
5
@rm -rf packages/datadog-api-client-v*/types/
@@ -10,7 +10,3 @@ all: .generator .env
10
@ls packages/datadog-api-client-v2/*Api.md | xargs -n1 ./extract-code-blocks.awk -v output="examples/generated/v2"
11
@rm packages/datadog-api-client-v*/*.md
12
@pre-commit run --all-files --hook-stage=manual lint || echo "modified files"
13
-
14
-.PHONY: .env
15
-.env:
16
- @echo "export UID=$(shell id -u)\nexport GID=$(shell id -g)" > $@
0 commit comments