Skip to content

Commit

Permalink
Install config package in workspace root
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Sep 18, 2023
1 parent 981e705 commit cdb27b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
CONFIG_PACKAGE: "${{ steps.config-package-version.outputs.CONFIG_PACKAGE }}"
run: |
pnpm add "$CONFIG_PACKAGE"
pnpm add -w "$CONFIG_PACKAGE"
# The validation is done based on the `commitlint.config.js` file.
- name: Validate PR title
Expand Down

0 comments on commit cdb27b3

Please sign in to comment.