Skip to content

Commit aba2ffc

Browse files
authored
fix: ethash test script (#4007)
1 parent 77bf2e9 commit aba2ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"spellcheck": "npm run spellcheck:ts && npm run spellcheck:md",
4545
"spellcheck:ts": "npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context",
4646
"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",
47+
"test": "npx vitest run -c ./vite.config.ts",
4848
"tsc": "../../config/cli/ts-compile.sh"
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)