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 77bf2e9 commit aba2ffcCopy full SHA for aba2ffc
packages/ethash/package.json
@@ -44,7 +44,7 @@
44
"spellcheck": "npm run spellcheck:ts && npm run spellcheck:md",
45
"spellcheck:ts": "npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context",
46
"spellcheck:md": "npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context",
47
- "test": "npx vitest run -c ../../config/vitest.config.mts",
+ "test": "npx vitest run -c ./vite.config.ts",
48
"tsc": "../../config/cli/ts-compile.sh"
49
},
50
"dependencies": {
0 commit comments