Skip to content

Browser extension installs #21

Browser extension installs

Browser extension installs #21

Workflow file for this run

name: Compressed Size
on:
pull_request:
branches:
- '**'
paths:
- '**/src/**/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- uses: preactjs/compressed-size-action@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
build-script: "build -- --production"
pattern: "./dist/**/*.{js,css,html,json}"
exclude: "./dist/manifest.json"