mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-17 20:39:14 +00:00
4a1b31e3ef
Close #1845 Fix #1841
16 lines
424 B
YAML
16 lines
424 B
YAML
name: performance
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
compressed-size:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: necolas/compressed-size-action@master
|
|
with:
|
|
build-script: "compile"
|
|
exclude: "./packages/react-native-web/dist/cjs/{index.js,**/*.js}"
|
|
pattern: "./packages/react-native-web/dist/{index.js,**/*.js}"
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|