Skip to content

Commit f2325b5

Browse files
committed
Updated package & config
1 parent fea7f0d commit f2325b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/tracing/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"preversion": "npm run lint",
1919
"version": "npm run format && git add -A src",
2020
"postversion": "git push && git push --tags",
21+
"package": "mkdir -p dist/js && npm pack && mv *.tgz dist/js/",
2122
"example:hello-world": "ts-node examples/hello-world.ts",
2223
"example:capture-lambda-handler-response-decorator": "ts-node examples/capture-lambda-handler-response-decorator.ts",
2324
"example:capture-lambda-handler-error-decorator": "ts-node examples/capture-lambda-handler-error-decorator.ts",

packages/tracing/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"baseUrl": "src/",
1616
"rootDirs": [ "src/" ]
1717
},
18-
"include": [ "src/**/*", "examples/**/*" ],
19-
"exclude": [ "./node_modules", "**/tests/*"],
18+
"include": [ "src/**/*", "examples/**/*", "tests/**/*" ],
19+
"exclude": [ "./node_modules"],
2020
"watchOptions": {
2121
"watchFile": "useFsEvents",
2222
"watchDirectory": "useFsEvents",

0 commit comments

Comments
 (0)