- 22 Aug, 2018 1 commit
-
-
Jeremy Morrell authored
* Fix travis builds - Yarn reworked the structure of their cache directory with a recent release, which broke one of the tests. - added new fixtures for Node versions: 6, 8, 9, and 10 - Added new utilities for asserting that a file exists or does not exist after a build
-
- 26 Jul, 2018 1 commit
-
-
Jeremy Morrell authored
Add buildpack.toml and publish script
-
- 23 May, 2018 2 commits
-
-
Jeremy Morrell authored
Add heroku-18 to tests
-
Jeremy Morrell authored
-
- 14 Mar, 2018 2 commits
-
-
Jeremy Morrell authored
Add more error detection for errors involving stack traces
-
Jeremy Morrell authored
Add detection for module 404s
-
- 13 Mar, 2018 2 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
- 02 Mar, 2018 3 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
Skip pruning for versions of npm with known issues The following versions of npm will strip out dependencies installed via git when you run npm prune --production: 5.6.0, 5.5.1, 5.5.0, 5.4.2, 5.4.1, 5.4.0, 5.3.0 (didn't work for other reasons), 5.2.0, 5.1.0 This commit skips the prune step and logs a warning for these versions.
-
Jeremy Morrell authored
-
- 01 Mar, 2018 1 commit
-
-
Jeremy Morrell authored
Fixes #431 Many users getting started with Heroku try to run a build step with webpack, gulp, etc only to find that it's in their devDependencies and not installed by default on Heroku. They then have to figure out how to tell Heroku to install these. Defaulting to installing everything makes for a smoother onboarding. Changes the default behavior to install `devDependencies`, run the build step, and then prune the `devDependencies` once the build step is complete.
-
- 20 Feb, 2018 1 commit
-
-
Jeremy Morrell authored
Yarn versions lower than 0.19 will crash if passed --frozen-lockfile, but usage of these versions has dropped to near-zero.
-
- 13 Feb, 2018 1 commit
-
-
Jeremy Morrell authored
-
- 09 Feb, 2018 1 commit
-
-
Kevin Jalbert authored
-
- 02 Feb, 2018 1 commit
-
-
Jeremy Morrell authored
Fixes #414 #504
-
- 31 Jan, 2018 1 commit
-
-
Jeremy Morrell authored
Export cache config vars
-
- 29 Jan, 2018 1 commit
-
-
Keith Lockwood authored
Fix typo for grep.
-
- 25 Jan, 2018 1 commit
-
-
Jeremy Morrell authored
Add metrics for more types of failures
-
- 16 Nov, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 15 Nov, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 13 Nov, 2017 3 commits
-
-
Jeremy Morrell authored
Update changelog
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
- 26 Oct, 2017 6 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
- 20 Oct, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 17 Oct, 2017 3 commits
-
-
Jeremy Morrell authored
-
Troels Thomsen authored
-
Ed Morley authored
Since the last usage of it was removed in #451.
-
- 15 Sep, 2017 1 commit
-
-
Jeremy Morrell authored
* Move the default Yarn cache directory to a tmp dir * Move the default npm cache directory to a tmp dir
-
- 14 Sep, 2017 1 commit
-
-
David Zülke authored
if an app has a .profile.d script that does set -u, and that is evaluated before WEB_CONCURRENCY.sh (because of alpha order when globbing), the access to the variable, if unset, would cause a failure on startup the fix is to check if the variable is set, using the '+' parameter substitution
-
- 08 Sep, 2017 2 commits
-
-
-
Hunter Loftis authored
More useful error message if an app is configured to use the node buildpack but doesn't have a package.json file in its root directory.
-
- 06 Sep, 2017 2 commits
-
-
Hunter Loftis authored
manual default for yarn version
-
Hunter Loftis authored
-