Skip to content

chore: Bump rollup-plugin-webpack-stats to v1.2.4-beta.1 #1156

chore: Bump rollup-plugin-webpack-stats to v1.2.4-beta.1

chore: Bump rollup-plugin-webpack-stats to v1.2.4-beta.1 #1156

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
# Install dependencies
- run: npm ci
# Build and output webpack stats to dist/webpack-stats.json
- run: npm run build
# Send webpack stats and build information to RelativeCI
- name: Send webpack stats to RelativeCI
uses: relative-ci/agent-action@v2.1.14
with:
webpackStatsFile: ./dist/webpack-stats.json
key: ${{ secrets.RELATIVE_CI_KEY }}
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: test-artifacts
path: |
dist/webpack-stats.json