diff --git a/Makefile b/Makefile index da184e367..5cad804c5 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ ui-build-pkg: -v $(shell pwd)/client/:/home/weave \ -v $(shell pwd)/tmp:/home/weave/tmp \ $(SCOPE_UI_BUILD_IMAGE) \ - cd client && npm run bundle && \ + npm run bundle && \ aws s3 cp ./tmp/weave-scope.tgz s3://weaveworks-js-modules/weave-scope/ --acl public-read clean: