mirror of https://github.com/status-im/js-waku.git
Fix size-limit
This commit is contained in:
parent
35a4cba37a
commit
75d2cf1113
|
@ -11,4 +11,5 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- uses: andresz1/size-limit-action@v1
|
||||
with:
|
||||
skip_step: build # Done in the package.json script
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
{
|
||||
"path": "build/esm/index.js",
|
||||
"import": "{ Waku }",
|
||||
"config": "./webpack.config.js"
|
||||
"config": "./webpack.config.cjs"
|
||||
}
|
||||
],
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Reference in New Issue