changeset 518:02082327f1e2

client makefile: since 5b7a4327f6c0 .env is included in the repo.
author Sascha Wilde <wilde@intevation.de>
date Mon, 27 Aug 2018 16:16:08 +0200
parents 7e45aaec7081
children 6a29ad5a36cf 139214cecc8f
files client/Makefile.build
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/Makefile.build	Mon Aug 27 15:27:26 2018 +0200
+++ b/client/Makefile.build	Mon Aug 27 16:16:08 2018 +0200
@@ -3,14 +3,11 @@
 
 .PHONY: all dependencies clean
 
-all:	dependencies .env
+all:	dependencies
 	yarn build
 
 dependencies:
 	yarn install
 
-.env:
-	cp .env.sample $@
-
 clean:
 	rm -rf ../web