changeset 584:8b66a10aaf8a

fix: Issue yarn to check for missing dependencies Added the option --check-files to the client's build step.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 07 Sep 2018 09:13:03 +0200
parents a27c405ec1a8
children ef307bd6b5d8
files client/Makefile.build
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/Makefile.build	Fri Sep 07 08:40:21 2018 +0200
+++ b/client/Makefile.build	Fri Sep 07 09:13:03 2018 +0200
@@ -7,7 +7,7 @@
 	yarn build
 
 dependencies:
-	yarn install
+	yarn install --check-files
 
 clean:
 	rm -rf ../web