install-changed icon indicating copy to clipboard operation
install-changed copied to clipboard

`--install-command` seems to be ignored

Open murtyjones opened this issue 3 years ago • 2 comments

I added install-changed to a project that uses yarn, and set it up like so:

install-changed --install-command "yarn install --frozen-lockfile"

but npm install seems to always be used when I run the above command.

murtyjones avatar Feb 09 '22 12:02 murtyjones

Seems like what's on master needs to be published to npm. This is what version 1.1.0 (latest release) looks like locally

Screen Shot 2022-02-09 at 7 52 27 AM

murtyjones avatar Feb 09 '22 12:02 murtyjones

See #15

thdk avatar Feb 09 '22 13:02 thdk