We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fceb88 commit 579633eCopy full SHA for 579633e
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"a11y-test": "jest a11y/ --runInBand --force-exit",
7
"build": "vite build",
8
+ "bundle-stats": "yarn build && node -e \"require('open')('stats.html')\"",
9
"check:i18n-en-fr": "node node_modules/@opentripplanner/scripts/lib/run-validate-i18n.js lib i18n/en-US.yml i18n/fr.yml",
10
"unit": "jest __tests__/",
11
"lint": "lint-staged",
0 commit comments