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 68
68
"@grpc/grpc-js" : " 1.10.1"
69
69
},
70
70
"scripts" : {
71
- "start" : " node lib/start.js " ,
71
+ "start" : " node lib/start.cjs " ,
72
72
"dev" : " cross-env NODE_ENV=development nodemon --watch './src/**/*.ts' --exec node --loader ts-node/esm ./src/start.ts" ,
73
73
"test" : " npm run build && npm run lint && c8 --reporter=text npm run mocha" ,
74
74
"lint" : " eslint src --ext .ts" ,
78
78
"lcov-report" : " c8 report --reporter=lcov" ,
79
79
"coveralls" : " c8 report --reporter=text-lcov | coveralls" ,
80
80
"tsctests" : " tsc -d -p tsconfig.test.json" ,
81
- "build:tsc" : " esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.js --minify --tree-shaking=true --sourcemap=inline" ,
81
+ "build:tsc" : " esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.cjs --minify --tree-shaking=true --sourcemap=inline" ,
82
82
"build:clean" : " rimraf lib" ,
83
83
"build" : " npm-run-all lint build:clean build:tsc"
84
84
},
You can’t perform that action at this time.
0 commit comments