Skip to content

Commit

Permalink
fix(library): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiplias authored Mar 1, 2024
1 parent 51cd949 commit b1bef3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/library-lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:

- name: Install dependencies
run: pnpm install

- name: Build package build
run: pnpm build
build_federation:
name: Build federation package
runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -67,7 +70,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install dependencies
- name: Build federation
run: pnpm build-federation
test:
name: Lint and Test
Expand Down

0 comments on commit b1bef3e

Please sign in to comment.