Skip to content

Commit

Permalink
Update library-lint-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiplias authored Mar 1, 2024
1 parent b1bef3e commit 010aa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library-lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm install

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

- name: Build federation
run: pnpm build-federation
run: pnpm run build-federation
test:
name: Lint and Test
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 010aa84

Please sign in to comment.