Skip to content

[Bugfix] Fix awaiting the $mount and $update methods #374

[Bugfix] Fix awaiting the $mount and $update methods

[Bugfix] Fix awaiting the $mount and $update methods #374

Workflow file for this run

name: export-size
on:
pull_request:
branches:
- master
- develop
jobs:
export-size:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: titouanmathis/export-size-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: npm run build-for-export-size
paths: dist
node-version: 20