Commit 2139182e authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt
Browse files

include build size report in build

parent d51aefdd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "VUE_APP_VERSION=$(git describe --tags 2>/dev/null || git rev-parse --short HEAD) vue-cli-service build --modern",
    "build": "VUE_APP_VERSION=$(git describe --tags 2>/dev/null || git rev-parse --short HEAD) vue-cli-service build --modern --report",
    "lint": "vue-cli-service lint",
    "docker": "scripts/docker.sh",
    "test": "npm run lint"