Skip to content

Update Preconstruct to fix the problem with some missing files in the published lib #40

Update Preconstruct to fix the problem with some missing files in the published lib

Update Preconstruct to fix the problem with some missing files in the published lib #40

Workflow file for this run

name: "Prettier"
on: [pull_request]
jobs:
tests-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Install dependencies
run: pnpm install -r
- name: Run Prettier
run: pnpm run prettier:ci