make env
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -21,9 +21,9 @@ install: | ... | @@ -21,9 +21,9 @@ install: |
21 | env: | 21 | env: |
22 | cp ./.env.example ./.env | 22 | cp ./.env.example ./.env |
23 | 23 | ||
24 | all: build install | 24 | all: build install env |
25 | 25 | ||
26 | rebuild: clean build install | 26 | rebuild: clean build install env |
27 | 27 | ||
28 | clean: | 28 | clean: |
29 | rm ./.env | 29 | rm ./.env | ... | ... |
-
Please register or sign in to post a comment