We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f277e commit f7a3cf0Copy full SHA for f7a3cf0
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"clean": "npx turbo run clean && echo 'root: cleaning' && rimraf node_modules .turbo && echo '\n🧼 Clean completed'",
7
"test": "npx turbo run test && echo '🧪 Test completed'",
8
"test:packages": "npx turbo run test --filter=\"./packages/**/*\" && echo '🧪 Test packages completed'",
9
- "test:axelar:devnet": "cd modules/axelar && pnpm run test:devnet",
+ "test:axelar:devnet": "echo 'Disabled: cd modules/axelar && pnpm run test:devnet'",
10
"test:axelar:testnet": "echo 'Disabled: cd modules/axelar && pnpm run test:testnet'",
11
"test:axelar:mainnet": "cd modules/axelar && pnpm run test:mainnet",
12
"test:cosmos:devnet": "cd modules/cosmos && pnpm run test:devnet",
0 commit comments