Skip to content

Commit

Permalink
build: fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
colinscz committed May 9, 2023
1 parent 784c4e6 commit 778810f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm ci

- name: Run build 🏗
run: npm run build
run: npm run build-lib

- name: Run dry publish of libraries 🏗
run: npm run publish-lib:dry
Expand Down

0 comments on commit 778810f

Please sign in to comment.