Skip to content

Commit

Permalink
feat: add syncpack as a development dependency on the monorepo.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgreg committed May 7, 2024
1 parent 7ce3091 commit 087125f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ jobs:
- name: CI Setup
uses: ./.github/actions/ci-setup

- name: Install Dependencies
run: pnpm install

- name: Install syncpack
run: pnpm add --save-dev syncpack

- name: List Dependency Mismatches
run: |
result=$(pnpm exec syncpack list-mismatches)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@
"vite": "^5.2.10",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-plain-text": "^1.4.2",
"vitest": "^1.6.0",
"webdriverio": "^8.36.1"
"vitest": "^1.1.3",
"webdriverio": "^8.36.1",
"syncpack": "^12.3.2"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 087125f

Please sign in to comment.