Skip to content

Commit 2181e2e

Browse files
committed
chore: enable package.json
1 parent 8b3f443 commit 2181e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/@local/hashql/core/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"private": true,
55
"license": "AGPL-3",
66
"scripts": {
7+
"build:codspeed": "cargo codspeed build -p hashql-core",
78
"doc:dependency-diagram": "cargo run -p hash-repo-chores -- dependency-diagram --output docs/dependency-diagram.mmd --root hashql-core --root-deps-and-dependents --link-mode non-roots --include-dev-deps --include-build-deps --logging-console-level info",
89
"fix:clippy": "just clippy --fix",
910
"lint:clippy": "just clippy",
11+
"test:codspeed": "cargo codspeed run -p hashql-core",
1012
"test:miri": "cargo miri nextest run -- co_sort try_scan heap::transfer",
1113
"test:unit": "mise run test:unit @rust/hashql-core"
1214
},

0 commit comments

Comments
 (0)