bigcommerce / stencil-cli

BigCommerce Stencil emulator for local theme development
https://developer.bigcommerce.com/stencil-docs
BSD 4-Clause "Original" or "Old" License
103 stars 140 forks source link

feat: STRF-11741 Stencil init: auto install dependencies #1183

Closed jairo-bc closed 3 months ago

jairo-bc commented 3 months ago

What?

On Stencil init we are going to ask what's your package manager of flavour and install theme dependencies to eliminate additional command running

Tickets / Documentation

Screenshots (if appropriate)

Screenshot 2024-04-03 at 21 28 51 Screenshot 2024-04-03 at 21 29 02 Screenshot 2024-04-03 at 21 29 10

cc @bigcommerce/storefront-team

chmelev commented 3 months ago

This PR breaks automation because it does not allow supplying the packageManager value in the command line parameter, so it's just stuck waiting for the packageManager input.

salbahra commented 3 months ago

This is a breaking change which broke our automation today. What was the purpose of this change?