Skip to content

Commit

Permalink
Add mock flag to dev:ethereum (npm config stil broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jun 13, 2023
1 parent aeea558 commit 67b7e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"deploy:cdk": "npx esno -r dotenv/config scripts/cdk/deploy.ts",
"dev": "npx esno -r dotenv/config scripts/local/dev.ts --app \"$npm_config_app\" --clean \"$npm_config_clean\" --emulate \"$npm_config_emulate\" --fork \"$npm_config_fork\" --mock \"$npm_config_mock\" --network \"$npm_config_network\"",
"dev:crawler": "scripts/crawler/dev -c \"$npm_config_chains\" -f \"$npm_config_fork\" -n \"$npm_config_network\" -u \"$npm_config_upload\"",
"dev:ethereum": "npx esno -r dotenv/config scripts/ethereum/dev.ts --clean \"$npm_config_clean\" --fork \"$npm_config_fork\"",
"dev:ethereum": "npx esno -r dotenv/config scripts/ethereum/dev.ts --clean \"$npm_config_clean\" --fork \"$npm_config_fork\" --mock \"$npm_config_mock\"",
"dev:landing": "npm run dev --workspace @casimir/landing",
"dev:ssv": "scripts/ssv/dev -n \"$npm_config_nodes\"",
"docgen": "npm run docgen --workspace @casimir/ethereum",
Expand Down

0 comments on commit 67b7e92

Please sign in to comment.