Skip to content

Commit b60deeb

Browse files
committed
Fix build issue
1 parent decc473 commit b60deeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint": "pnpm -r lint",
99
"test": "cargo tarpaulin && vitest test --coverage --run && pnpm -r test",
10-
"build": "pnpm build",
10+
"build": "pnpm -r build",
1111
"dev": "pnpm -r dev",
1212
"benchmark": "node benchmark.js"
1313
},

0 commit comments

Comments
 (0)