Add --detailed-report flag to parcel

This commit is contained in:
Greg Shuflin 2021-09-12 23:22:00 -07:00
parent e5b6d99f23
commit 60aa910978
1 changed files with 1 additions and 1 deletions

View File

@ -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/*",