Closed pepelsbey closed 3 years ago
Otherwise it runs prepare on every npm install since it’s a life cycle script like start or test.
prepare
npm install
start
test
$ npm i > undefined prepare /Users/pepelsbey/Desktop/intro > shower prepare ✔ Project preparation in progress Project prepared in prepared dir 🎉
We could probably choose a better name, but I think it’s pretty close and well-known.
May be related with https://github.com/shower/shower/issues/353
Otherwise it runs
prepare
on everynpm install
since it’s a life cycle script likestart
ortest
.We could probably choose a better name, but I think it’s pretty close and well-known.