File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
lambda-layer/packages/layer Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "scripts" : {
1919 "clean" : " rimraf build/*" ,
20+ "install-externals" : " ./install-externals.sh" ,
2021 "lint" : " eslint . --ext .ts" ,
2122 "lint:fix" : " eslint . --ext .ts --fix" ,
22- "prepare" : " npm run compile" ,
23- "compile" : " webpack && ./install-externals.sh" ,
24- "postcompile" : " copyfiles -f 'scripts/*' build/workspace && copyfiles -f 'build/src/*' build/workspace && cd build/workspace && bestzip ../layer.zip *"
23+ "prepare" : " npm run compile && npm run install-externals && npm run package" ,
24+ "compile" : " webpack" ,
25+ "package" : " cd build/workspace && bestzip ../layer.zip *" ,
26+ "postcompile" : " copyfiles -f 'scripts/*' build/workspace && copyfiles -f 'build/src/*' build/workspace"
2527 },
2628 "keywords" : [
2729 " awsdistroopentelemetry" ,
You can’t perform that action at this time.
0 commit comments