Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 7, 2023
1 parent 5b7a5e1 commit 853abbf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions .benchmark/package.json → benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "@tupleson/benchmark",
"version": "0.0.0",
"private": true,
"description": "benchmark",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "cd ../ && pnpm run build",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ packages:
- ./
- "examples/*"
- "examples/.*/*"
- ".benchmark"
- "benchmark"
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
include: ["src"],
reporter: ["html", "lcov"],
},
exclude: ["lib", "node_modules", "examples", ".benchmark"],
exclude: ["lib", "node_modules", "examples", "benchmark"],
setupFiles: ["console-fail-test/setup"],
},
});

0 comments on commit 853abbf

Please sign in to comment.