Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

docs(readme): remove hiring section #1941

docs(readme): remove hiring section

docs(readme): remove hiring section #1941

Workflow file for this run

name: Build Size - gzipped
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- uses: preactjs/compressed-size-action@v2
env:
NODE_ENV: development
with:
build-script: "build:bundle:prod"
clean-script: "clean:build"
pattern: "./build/**/*.js"
strip-hash: \d+\.\d+\.\d+[-\S+]*\/
exclude: "{./build/**/i18n/*.js,./build/**/legacy/**,./build/**/tmp/**,**/node_modules/**}"