Skip to content

Commit 46d6c09

Browse files
committed
fix: packaging
1 parent 7e4244f commit 46d6c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"app": "npm run build && npx ts-node bin/app.ts"
2+
"app": "npm run build"
33
}

nodejs/sample-apps/aws-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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",

0 commit comments

Comments
 (0)