File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4646 "build:cli" : " tsc --project tsconfig.cli.json" ,
4747 "build:cjs" : " tsc --project tsconfig.json" ,
4848 "build:deno" : " deno run --unstable --allow-all ./buildDeno.ts" ,
49- "lint:fix" : " tslint 'packages/*/src/**/*.ts'" ,
49+ "lint" : " eslint --quiet" ,
50+ "lint:fix" : " eslint --fix" ,
5051 "test" : " NODE_OPTIONS='--experimental-global-webcrypto' npx jest --detectOpenHandles" ,
5152 "format" : " prettier --write 'src/**/*.ts' 'test/**/*.ts'" ,
5253 "gen-errors" : " edb gen-errors-json --client | node genErrors.mjs" ,
Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ async function parseConnectDsnAndArgs(
643643 secretKey : `'EDGEDB_SECRET_KEY' environment variable` ,
644644 tlsCA : `'EDGEDB_TLS_CA' environment variable` ,
645645 tlsCAFile : `'EDGEDB_TLS_CA_FILE' environment variable` ,
646- tlsServerName : `EDGEDB_TLS_SERVER_NAME environment variable` ,
646+ tlsServerName : `' EDGEDB_TLS_SERVER_NAME' environment variable` ,
647647 tlsSecurity : `'EDGEDB_CLIENT_TLS_SECURITY' environment variable` ,
648648 waitUntilAvailable : `'EDGEDB_WAIT_UNTIL_AVAILABLE' environment variable` ,
649649 } ,
You can’t perform that action at this time.
0 commit comments