diff --git a/package.json b/package.json index cada33e..22b3dc0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "private": true, "scripts": { "start": "parcel index.html", - "build": "parcel build index.html --no-source-maps", + "build": "parcel build index.html --no-source-maps --detailed-report", "prebuild": "yarn run typecheck", "typecheck": "tsc --noEmit --jsx preserve", "lint": "eslint src/*",