# HG changeset patch # User Thomas Junk # Date 1536304383 -7200 # Node ID 8b66a10aaf8abd3a39e96d2e4b3b16f6cd3ee354 # Parent a27c405ec1a8b33e4b7e1d43705308ed1b5b9c9c fix: Issue yarn to check for missing dependencies Added the option --check-files to the client's build step. diff -r a27c405ec1a8 -r 8b66a10aaf8a client/Makefile.build --- 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