Browse Source

refactor: remove extra build (#6127)

pull/6133/head
Daniel Starns 2 years ago
committed by GitHub
parent
commit
a063d6f919
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/actions/setup-project/action.yml
  2. 2
      .github/workflows/quality.yml

2
.github/actions/setup-project/action.yml

@ -25,5 +25,5 @@ runs:
run: pnpm install
shell: bash
- name: Build project
run: pnpm build --force
run: pnpm build
shell: bash

2
.github/workflows/quality.yml

@ -15,8 +15,6 @@ jobs:
run: pnpm lint
- name: Format Check
run: pnpm format:check
- name: Build
run: pnpm build --force
- name: Test
run: pnpm test
- name: Docs

Loading…
Cancel
Save