File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ services:
122122 - EXAMPLE_SECRET
123123 environment :
124124 DC_COMMAND : ${DC_COMMAND}
125- HOIST_UNAME : ${taito_host_uname}
125+ HOST_UNAME : ${taito_host_uname}
126126 COMMON_COMPANY : companyname
127127 COMMON_PROJECT : server-template
128128 COMMON_PUBLIC_PORT : 9999
Original file line number Diff line number Diff line change 55 "unit" : " sh -c 'test_name=$(printf '%s' \" $0\" | sed -e 's/^sh$//g') && mocha -r ts-node/register --recursive \" **/${test_name:-*}.unit.ts\" '" ,
66 "test" : " mocha -r ts-node/register --timeout 2000 --recursive \" **/${test_name:-*}.test.ts\" " ,
77 "start" : " npm run start:dev" ,
8- "start:dev" : " NODE_ENV=development ts-node-dev --respawn --transpileOnly $([ $HOST_UNAME = Darwin ] && echo --poll) index.ts | bunyan -l debug" ,
8+ "start:dev" : " NODE_ENV=development ts-node-dev --respawn --transpileOnly $([ $HOST_UNAME = Darwin ] && [ ! $DC_COMMAND ] && echo --poll) index.ts | bunyan -l debug" ,
99 "lint" : " tslint -p . -c tslint.json" ,
1010 "build:test" : " tsc --build tsconfig.test.json" ,
1111 "build:prod" : " NODE_ENV=production tsc --build tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments