mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 14:33:09 +01:00
Change npm run dist to npm run dist:selfhost to disable google analytics (see https://github.com/bitwarden/web/issues/243#issuecomment-412852726)
parent
d69f449292
commit
95a45e495a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ git apply vX.Y.Z.patch
|
||||||
```sh
|
```sh
|
||||||
npm run sub:init
|
npm run sub:init
|
||||||
npm install
|
npm install
|
||||||
npm run dist
|
npm run dist:selfhost
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally copy the contents of the `build` folder into the destination folder:
|
Finally copy the contents of the `build` folder into the destination folder:
|
||||||
|
|
Loading…
Reference in a new issue