embroider-build / addon-blueprint

Blueprint for v2-formatted Ember addons
MIT License
29 stars 27 forks source link

Make sure to use the correct package manager in concurrently scripts #280

Closed bertdeblock closed 6 months ago

bertdeblock commented 6 months ago

Use of npm was still hardcoded.

https://github.com/open-cli-tools/concurrently?tab=readme-ov-file#faq

Does this work with the npm-replacements yarn, pnpm, or Bun?

Yes! In all examples above, you may replace "npm" with "yarn", "pnpm", or "bun".

NullVoxPopuli commented 6 months ago

TIL, thanks!