Skip to content

[Feature] Refactor services configuration #366

[Feature] Refactor services configuration

[Feature] Refactor services configuration #366

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