Skip to content

Commit

Permalink
fix: try updating preconstruct (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiledal authored Oct 1, 2024
1 parent 69b6e3a commit 4d3a4c1
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 135 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

- name: Install deps
run: yarn --immutable

- name: "Run tests"

# See if the build runs
- name: Run build
run: yarn build

- name: Run tests
run: npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@manypkg/cli": "0.19.1",
"@preconstruct/cli": "2.1.5",
"@preconstruct/cli": "2.8.8",
"@testing-library/react": "14.0.0",
"@vitejs/plugin-react": "4.0.3",
"@vitest/ui": "1.2.2",
Expand Down
Loading

0 comments on commit 4d3a4c1

Please sign in to comment.