File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
"prepublishOnly" : " npm run build && npm run test" ,
20
20
"bundle" : " webpack" ,
21
21
"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" ,
24
24
"coverage" : " nyc npm run test && nyc report --reporter=lcov" ,
25
25
"docs:build" : " typedoc --tsconfig tsconfig.prod.json" ,
26
26
"lint" : " ethereumjs-config-lint" ,
You can’t perform that action at this time.
0 commit comments