Skip to content

Commit

Permalink
only run build:packages at setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Dec 20, 2024
1 parent ac8be1c commit 33826e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ runs:
shell: bash

- name: Build packages
run: pnpm run build
run: pnpm run build:packages
shell: bash
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"scripts": {
"build": "pnpm -r run build",
"build:packages": "pnpm -r --filter=packages run build",
"commit": "git-cz",
"ex": "pnpm --filter=e2e start",
"test": "pnpm run build && pnpm --filter=e2e test",
Expand Down

0 comments on commit 33826e6

Please sign in to comment.