feat: use bundlewatch to monitor bundle size (#1479)

This commit is contained in:
Braden MacDonald
2024-09-19 09:15:15 -07:00
committed by GitHub
parent 6c11947397
commit 2038bad822
3 changed files with 246 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ validate:
npm run lint -- --max-warnings 0
npm run test
npm run build
npm run bundlewatch
.PHONY: validate.ci
validate.ci: