ci: update package lockfile with changesets release#2882
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2882 +/- ##
=======================================
Coverage 93.59% 93.59%
=======================================
Files 44 44
Lines 7855 7855
Branches 687 687
=======================================
Hits 7352 7352
Misses 498 498
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zimeg
left a comment
There was a problem hiding this comment.
🪬 Notes about these changes for the release processes-
| "test:coverage": "c8 npm run test:unit", | ||
| "test:types": "tsd --files test/types", | ||
| "test:unit": "TS_NODE_PROJECT=tsconfig.json mocha --config test/unit/.mocharc.json", | ||
| "version": "npm run changeset version && npm install", |
There was a problem hiding this comment.
👁️🗨️ note: We make careful callout to run this script instead of the bundled version in CI:
- $ npm version
+ $ npm run version|
📚 Will fast merge this to test in "production" on |
Summary
This PR updates the
package-lock.jsonfile alongside @changsets release PRs 📚Notes
This mirrors the release process found in the Slack GitHub Action: slackapi/slack-github-action#592
Requirements