Skip to content

Commit 59cdb42

Browse files
authored
Remove make .env (#550)
1 parent bbfda23 commit 59cdb42

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.env
21
dist
32
node_modules
43
package-lock.json

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: all
2-
all: .generator .env
2+
all: .generator
33
@rm -rf packages/datadog-api-client-v*/models
44
@pre-commit run --all-files --hook-stage=manual openapi-generator || true
55
@rm -rf packages/datadog-api-client-v*/types/
@@ -10,7 +10,3 @@ all: .generator .env
1010
@ls packages/datadog-api-client-v2/*Api.md | xargs -n1 ./extract-code-blocks.awk -v output="examples/generated/v2"
1111
@rm packages/datadog-api-client-v*/*.md
1212
@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

Comments
 (0)