mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-27 00:06:55 +00:00
Fix compressed-size build script
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: necolas/compressed-size-action@master
|
- uses: necolas/compressed-size-action@master
|
||||||
with:
|
with:
|
||||||
build-script: "compile:es"
|
build-script: "compile"
|
||||||
exclude: "./packages/react-native-web/dist/types/*.js"
|
exclude: "./packages/react-native-web/dist/cjs/{index.js,**/*.js}"
|
||||||
pattern: "./packages/react-native-web/dist/{index.js,**/*.js}"
|
pattern: "./packages/react-native-web/dist/{index.js,**/*.js}"
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user