feat: generate Webpack stats in CI (#41993)

This commit is contained in:
Oliver Eyton-Williams
2021-05-05 16:32:22 +02:00
committed by GitHub
parent 26dc5a7fae
commit e7156dcc9e
6 changed files with 288 additions and 1 deletions

View File

@@ -72,3 +72,9 @@ jobs:
config: baseUrl=http://localhost:8000
browser: ${{ matrix.browsers }}
headless: true
- name: Upload Webpack stats
uses: actions/upload-artifact@v2
with:
name: webpack-stats
path: client/public/stats.json