Skip to content

chore(deps-dev): Bump prettier from 3.2.5 to 3.3.3 #733

chore(deps-dev): Bump prettier from 3.2.5 to 3.3.3

chore(deps-dev): Bump prettier from 3.2.5 to 3.3.3 #733

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'feature/*'
- 'releases/*'
jobs:
# make sure build/ci work properly
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run all