Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Feb 23, 2024
1 parent 8d48004 commit e55f3ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 20.x

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8

Expand Down
5 changes: 0 additions & 5 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ export default defineConfig({
test: {
hideSkippedTests: true,
},
resolve: {
alias: {
'#pandabox/fixtures': resolve('./fixtures/src/index.ts'),
},
},
})

0 comments on commit e55f3ce

Please sign in to comment.