Skip to content

Commit

Permalink
chore: fix bench path
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Jan 19, 2024
1 parent 3a2e090 commit edbe095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/define-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"simplify": "simplify-trace-types trace-dir/types.json trace-dir/simple.json",
"report": "tsx ./scripts/trace-report.ts",
"trace": "pnpm trace-dir && pnpm analyze && pnpm simplify && pnpm report",
"bench": "tsx ./src/define-theme.bench.ts",
"bench": "tsx ./sandbox/define-theme.bench.ts",
"build": "tsup",
"typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit edbe095

Please sign in to comment.