Commit 279ad98
Michael Brewer
fix(build): Update contributing.md and fix npm ci (#417)
* fix(build): Update contributing.md and fix npm ci
Changes:
- Update CONTRIBUTING.md to use
> aws-lambda-powertools-typescript@0.0.1 preinstall
> (cd packages/commons && npm ci); (cd packages/logger && npm ci); (cd packages/metrics && npm ci); (cd packages/tracing && npm ci);
> @aws-lambda-powertools/commons@0.2.0 prepare
> npm run build
> @aws-lambda-powertools/commons@0.2.0 build
> tsc
added 586 packages, and audited 587 packages in 4s
84 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> @aws-lambda-powertools/logger@0.2.0 prepare
> npm run build
> @aws-lambda-powertools/logger@0.2.0 build
> tsc
added 488 packages, and audited 489 packages in 4s
72 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> @aws-lambda-powertools/metrics@0.2.0 prepare
> npm run build
> @aws-lambda-powertools/metrics@0.2.0 build
> tsc
added 822 packages, and audited 852 packages in 10s
91 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> @aws-lambda-powertools/tracer@0.2.0 prepare
> npm run build
> @aws-lambda-powertools/tracer@0.2.0 build
> tsc
added 836 packages, and audited 859 packages in 8s
72 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
added 1327 packages, removed 2761 packages, changed 10 packages, and audited 1383 packages in 40s
100 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
- Add a preinstall task to install all of the sub packages
closes #415
* fix(build): Update contributing.md and fix npm ci
Changes:
- Update CONTRIBUTING.md to use npm ci
- Add a preinstall task to install all of the sub packages
closes #415
* chore: leave as npm install for now
* fix(all): setup up project references
* docs: update to use npm ci1 parent fd02acb commit 279ad98
File tree
5 files changed
+22
-4
lines changed- packages
- commons
- logger
- metrics
- tracing
5 files changed
+22
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | | - | |
| 94 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
0 commit comments