diff --git a/BUILDING.md b/BUILDING.md index c2570796f8..ad7b1d41f2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -54,7 +54,7 @@ Install dependencies: 1. Run the production build: ```bash - npm run build + npm run build:web ``` The built files will be in the `dist` directory. diff --git a/src/components/ImageMethodDialog.vue b/src/components/ImageMethodDialog.vue index 8a3faaa20f..6585b2b579 100644 --- a/src/components/ImageMethodDialog.vue +++ b/src/components/ImageMethodDialog.vue @@ -18,36 +18,41 @@