Fix compressed-size build script

This commit is contained in:
Nicolas Gallagher
2020-09-09 16:04:57 -07:00
parent f52a9bcfd2
commit 7ab04987f0

View File

@@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: necolas/compressed-size-action@master
with:
build-script: "compile:es"
exclude: "./packages/react-native-web/dist/types/*.js"
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 }}"