Skip to content

Commit 579633e

Browse files
build: Add script to recreate and view bundle stats.
1 parent 0fceb88 commit 579633e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"a11y-test": "jest a11y/ --runInBand --force-exit",
77
"build": "vite build",
8+
"bundle-stats": "yarn build && node -e \"require('open')('stats.html')\"",
89
"check:i18n-en-fr": "node node_modules/@opentripplanner/scripts/lib/run-validate-i18n.js lib i18n/en-US.yml i18n/fr.yml",
910
"unit": "jest __tests__/",
1011
"lint": "lint-staged",

0 commit comments

Comments
 (0)