Skip to content

Use YourDialog as the first scene again #70

Use YourDialog as the first scene again

Use YourDialog as the first scene again #70

Workflow file for this run

name: Bundle
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: npm ci
- run: node --run build
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: npm ci
- run: node --run bundlesize