Skip to content

Bump webpack from 5.69.1 to 5.88.2 in /web/packages/app #40

Bump webpack from 5.69.1 to 5.88.2 in /web/packages/app

Bump webpack from 5.69.1 to 5.88.2 in /web/packages/app #40

Workflow file for this run

name: React build
on:
- push
- workflow_dispatch
- pull_request
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build React App
working-directory: ./web/packages/app
run: |
npm install
npm run build