File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4646 "test:web-extension:watch" : " run-s test:web-extension:build test:web-extension:watch:bg" ,
4747 "test:web-extension:watch:bg" : " run-p test:web-extension:watch:build test:web-extension:watch:run" ,
4848 "test:ws" : " jest -c jest.config.js --forceExit --selectProjects ws-server --runInBand --verbose" ,
49- "local-network:common" : " DISABLE_DB_CACHE=${DISABLE_DB_CACHE:-true} SUBMIT_API_ARGS='--testnet-magic 888' USE_BLOCKFROST=false __FIX_UMASK__=$(chmod -R a+r ../../compose/placeholder-secrets) docker compose --env-file ./.env --env-file . ./cardano-services/environments/.env.local -p local-network-e2e -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/$(uname -m).yml $FILES --profile ${DOCKER_COMPOSE_PROFILE:-none} up" ,
49+ "local-network:common" : " DISABLE_DB_CACHE=${DISABLE_DB_CACHE:-true} SUBMIT_API_ARGS='--testnet-magic 888' USE_BLOCKFROST=false __FIX_UMASK__=$(chmod -R a+r ../../compose/placeholder-secrets) docker compose --env-file ../cardano-services/environments/.env.local -p local-network-e2e -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/$(uname -m).yml $FILES --profile ${DOCKER_COMPOSE_PROFILE:-none} up" ,
5050 "local-network:up" : " FILES='' yarn local-network:common" ,
5151 "local-network:blockfrost:up" : " FILES='' DOCKER_COMPOSE_PROFILE='blockfrost-ryo' yarn local-network:common" ,
5252 "local-network:single:up" : " FILES='' yarn local-network:common cardano-node file-server local-testnet ogmios postgres" ,
You can’t perform that action at this time.
0 commit comments