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

Add bundle size github workflow #2005

Merged
merged 4 commits into from
Mar 21, 2020
Merged

Add bundle size github workflow #2005

merged 4 commits into from
Mar 21, 2020

Commits on Mar 21, 2020

  1. Add bundle size github workflow

    This workflow implements a bundle-size monitoring utility for our repository to give better metrics on increases in bundle-sizes. I basically copied the configuration for the WordPress gutenberg project workflow and it utilizes the [`preactjs/compressed-size-action`](https://github.com/preactjs/compressed-size-action).
    
    If this works well, it will replace our existing bundlesize implementation.
    nerrad committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    63f1510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b4d12d View commit details
    Browse the repository at this point in the history
  3. more lint job fixes

    - remove build:ci because it was only used for bundlesize check. No need to build files for linting checks.
    - add lint:ci npm script for doing build lint checks
    - update travis job config to use new script and update title
    nerrad committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    8cb09f0 View commit details
    Browse the repository at this point in the history
  4. change name of workflow

    nerrad committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    7b47881 View commit details
    Browse the repository at this point in the history