Danielle Adams

Results 77 comments of Danielle Adams

@paprikati Is it too much to exclude installation of all the `devDependencies`? Or do you just need some of the `devDependencies` in the build? If you set `YARN_PRODUCTION` to `true`,...

I have been thinking more about this, and I think it's tricky because the idea is that the `devDependencies` vs. `dependencies` should solve this - but now we have build...

I agree with your final point 😄 especially when we get into compiled languages like TypeScript. There's a `.slugignore` file that I think fits what you need. (It may be...

Hi @stof, thanks for raising this - we download the `node` binaries as is, which include `npm`, and release them to our own S3 buckets. I'm not sure the reasoning...

I can take a look at this. I'll ask if we can remove the `docs` directory. As for `npm help`, people often run scripts in dyno if they have created...

Thanks @RealOrangeOne. I'll take a look at this.

@rdpatel3996 Can you elaborate more on what your setup is? Which version of Yarn are you using? Do you have the workspace plugin installed?

https://github.com/heroku/heroku-buildpack-nodejs/pull/836 solves half of this, but we still need a way to call Yarn 2 without `--immutable`. @jpulec how should the buildpack detect that `yarn.lock` should be mutable?

I am +1 to more frequent semver minor releases (without the patches in between) and +1 to allowing a 1 month/4 week bake LTS bake time in Current. I don't...

Contrary to what we discussed at the last Releasers meeting, I wasn't able to get 16.4.0 out on Thursday, so I'm going to push the schedule back 1 week for...