From 95a45e495a634a57210c3e0e22e4a51c2b19880a Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 17 Jan 2019 13:15:22 +0100 Subject: [PATCH] Change npm run dist to npm run dist:selfhost to disable google analytics (see https://github.com/bitwarden/web/issues/243#issuecomment-412852726) --- Building-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index 3d20fdd..f566e7c 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -46,7 +46,7 @@ git apply vX.Y.Z.patch ```sh npm run sub:init npm install -npm run dist +npm run dist:selfhost ``` Finally copy the contents of the `build` folder into the destination folder: