chore(package): add bundle analysis to build

This commit is contained in:
Jeremy Kahn 2023-10-12 21:12:29 -05:00
parent 44cbfa2005
commit deef9db654

View File

@ -24,6 +24,7 @@ jobs:
run: |
npm ci
npm run build
npm run analyze -- --html build/bundle-info.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3