File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nodejs/sample-apps/aws-sdk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "app" : " npm run build && npx ts-node bin/app.ts "
2+ "app" : " npm run build"
33}
Original file line number Diff line number Diff line change 1212 "lint:fix" : " ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts --fix" ,
1313 "build" : " npm run clean && npm run compile && npm run postcompile" ,
1414 "compile" : " tsc -p ." ,
15- "postcompile" : " copyfiles 'package*.json' build/src / && npm install --production --ignore-scripts --prefix build/src / && cd build/src && bestzip ../function.zip *"
15+ "postcompile" : " copyfiles 'package*.json' build/lambda / && npm install --production --ignore-scripts --prefix build/lambda / && cd build/lambda && bestzip ../function.zip *"
1616 },
1717 "keywords" : [
1818 " opentelemetry" ,
You can’t perform that action at this time.
0 commit comments