File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: release
2
2
on :
3
3
push :
4
4
branches :
5
- - main
5
+ - chore/releaseFlow
6
6
workflow_dispatch : {}
7
7
jobs :
8
8
publish :
22
22
- name : " Setup npm"
23
23
run : |
24
24
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
25
-
25
+
26
26
- name : Install packages
27
27
run : |
28
28
npm ci
Original file line number Diff line number Diff line change 32
32
},
33
33
"homepage" : " https://github.com/awslabs/aws-lambda-powertools-typescript/tree/master/packages/metrics#readme" ,
34
34
"license" : " MIT-0" ,
35
- "main" : " ./lib/packages/metrics/src/ index.js" ,
36
- "types" : " ./lib/packages/metrics/src/ index.d.ts" ,
35
+ "main" : " ./lib/index.js" ,
36
+ "types" : " ./lib/index.d.ts" ,
37
37
"typedocMain" : " src/index.ts" ,
38
38
"devDependencies" : {
39
39
"@commitlint/cli" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://github.com/awslabs/aws-lambda-powertools-typescript/tree/master/packages/tracer#readme" ,
28
28
"license" : " MIT" ,
29
- "main" : " ./lib/packages/tracing/src/ index.js" ,
30
- "types" : " ./lib/packages/tracing/src/ index.d.ts" ,
29
+ "main" : " ./lib/index.js" ,
30
+ "types" : " ./lib/index.d.ts" ,
31
31
"devDependencies" : {
32
32
"@types/aws-lambda" : " ^8.10.72" ,
33
33
"@types/jest" : " ^27.0.0" ,
You can’t perform that action at this time.
0 commit comments