We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decc473 commit b60deebCopy full SHA for b60deeb
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"lint": "pnpm -r lint",
9
"test": "cargo tarpaulin && vitest test --coverage --run && pnpm -r test",
10
- "build": "pnpm build",
+ "build": "pnpm -r build",
11
"dev": "pnpm -r dev",
12
"benchmark": "node benchmark.js"
13
},
0 commit comments