Fix size-limit

This commit is contained in:
Franck Royer 2022-05-23 15:18:33 +10:00
parent 35a4cba37a
commit 75d2cf1113
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 1 deletions

View File

@ -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 }}

View File

@ -167,7 +167,7 @@
{
"path": "build/esm/index.js",
"import": "{ Waku }",
"config": "./webpack.config.js"
"config": "./webpack.config.cjs"
}
],
"lint-staged": {