Fix npm update not fetching the latest package version#124
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughModified the NPM package installation command to explicitly append the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6f9ed74 to
f18b113
Compare
carole-lavillonniere
left a comment
There was a problem hiding this comment.
Nice one! 👏
|
Thanks for taking a look, @carole-lavillonniere! 🌮 |
This will change to
npm install @localstack/lstk@latestto force npm to always resolve the newest published version. previously,lstk updatevia npm rannpm install @localstack/lstkwhich could be a no-op if npm considered the installed version satisfactory.Fix DES-173