Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 > [email protected] preinstall > (cd packages/commons && npm ci); (cd packages/logger && npm ci); (cd packages/metrics && npm ci); (cd packages/tracing && npm ci); > @aws-lambda-powertools/[email protected] prepare > npm run build > @aws-lambda-powertools/[email protected] 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/[email protected] prepare > npm run build > @aws-lambda-powertools/[email protected] 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/[email protected] prepare > npm run build > @aws-lambda-powertools/[email protected] 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/[email protected] prepare > npm run build > @aws-lambda-powertools/[email protected] 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 ci
- Loading branch information