File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
"test:debug" : " DEBUG=true yarn test" ,
71
71
"generate-mnemonics" : " ts-node src/scripts/mnemonic.ts" ,
72
72
"multi-delegation-data-gen" : " ts-node src/tools/multi-delegation-data-gen/index.ts" ,
73
- "wait-for-network-epoch-3" : " if [ \" $REAL_NETWORK\" = \" true\" ] ; then echo Running on real network ; else DB_SYNC_CONNECTION_STRING='postgresql://postgres:doNoUseThisSecret!@localhost:5435/cexplorer' ts-node src/scripts/is-local-network-ready.ts ; fi" ,
74
- "wait-for-network-init" : " if [ \" $REAL_NETWORK\" = \" true\" ] ; then echo Running on real network ; else local-network/scripts/wait-local-network-init.sh ; fi"
73
+ "wait-for-network-epoch-3" : " bash -c ' if [ \" $REAL_NETWORK\" = \" true\" ] ; then echo Running on real network ; else DB_SYNC_CONNECTION_STRING='postgresql://postgres:doNoUseThisSecret!@localhost:5435/cexplorer' ts-node src/scripts/is-local-network-ready.ts ; fi' " ,
74
+ "wait-for-network-init" : " bash -c ' if [ \" $REAL_NETWORK\" = \" true\" ] ; then echo Running on real network ; else local-network/scripts/wait-local-network-init.sh ; fi' "
75
75
},
76
76
"repository" : " https://github.com/input-output-hk/cardano-js-sdk" ,
77
77
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments