Skip to content

Commit 8861290

Browse files
authored
dedupe client:start script
1 parent 63e7780 commit 8861290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"prepublishOnly": "npm run build && npm run test",
2020
"bundle": "webpack",
2121
"client:start": "ts-node bin/cli.ts",
22-
"client:start:dev1": "ts-node bin/cli.ts --discDns=false --discV4=false --bootnodes",
23-
"client:start:dev2": "ts-node bin/cli.ts --discDns=false --discV4=false --transports=rlpx --port=30304 --datadir=datadir-dev2",
22+
"client:start:dev1": "npm run client:start -- --discDns=false --discV4=false --bootnodes",
23+
"client:start:dev2": "npm run client:start -- --discDns=false --discV4=false --transports=rlpx --port=30304 --datadir=datadir-dev2",
2424
"coverage": "nyc npm run test && nyc report --reporter=lcov",
2525
"docs:build": "typedoc --tsconfig tsconfig.prod.json",
2626
"lint": "ethereumjs-config-lint",

0 commit comments

Comments
 (0)