File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
nodejs/sample-apps/aws-sdk Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3737 working-directory : nodejs
3838 - run : npm test
3939 working-directory : nodejs
40+ - name : Build AWS SDK Sample
41+ run : npm run build
42+ working-directory : nodejs/samples-apps/aws-sdk
Original file line number Diff line number Diff line change 88 "repository" : " open-telemetry/opentelemetry-lambda" ,
99 "scripts" : {
1010 "clean" : " rimraf build/*" ,
11- "lint" : " eslint . --ext .ts" ,
12- "lint:fix" : " eslint . --ext .ts --fix" ,
1311 "build" : " npm run clean && npm run compile && npm run postcompile" ,
1412 "compile" : " tsc -p ." ,
1513 "postcompile" : " copyfiles 'package*.json' build/src/ && npm install --production --ignore-scripts --prefix build/src/ && cd build/src && bestzip ../function.zip *"
You can’t perform that action at this time.
0 commit comments