Skip to content

Bump webpack from 5.89.0 to 5.94.0 in /site #137

Bump webpack from 5.89.0 to 5.94.0 in /site

Bump webpack from 5.89.0 to 5.94.0 in /site #137

Workflow file for this run

name: compile-site
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
paths:
- site/**
push:
branches: ['**']
paths:
- site/**
jobs:
compile-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: yarn
- run: yarn
working-directory: site
- run: yarn typecheck
working-directory: site
- run: yarn build
working-directory: site