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 3d626a3 commit c45dd04Copy full SHA for c45dd04
packages/faucet/package.json
@@ -32,7 +32,7 @@
32
"format-text": "prettier --write \"./*.md\"",
33
"build": "rm -rf ./build && tsc",
34
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
35
- "test-node": "vitest run --globals",
+ "test-node": "vitest run --globals --exclude='**.js'",
36
"test": "yarn build-or-skip && yarn test-node",
37
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
38
"start-dev": "FAUCET_ADDRESS_PREFIX=wasm FAUCET_CREDIT_AMOUNT_UCOSM=10000000 FAUCET_CREDIT_AMOUNT_USTAKE=100000 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmos-faucet start \"http://localhost:26659\"",
0 commit comments