Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
20653fe8
Unverified
Commit
20653fe8
authored
Apr 08, 2019
by
Jeremy Morrell
Committed by
GitHub
Apr 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove breaking change warning (#644)
parent
ebc8094e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
compile
bin/compile
+0
-14
No files found.
bin/compile
View file @
20653fe8
...
@@ -63,13 +63,6 @@ build_start_time=$(nowms)
...
@@ -63,13 +63,6 @@ build_start_time=$(nowms)
### Handle errors
### Handle errors
handle_failure
()
{
handle_failure
()
{
bright_header
"Change to Node.js build process"
echo
" Heroku has begun executing the
\"
build
\"
script defined in package.json"
echo
" during Node.js builds."
echo
""
echo
" Read more: https://devcenter.heroku.com/changelog-items/1573"
echo
""
meta_set
"node-build-success"
"false"
meta_set
"node-build-success"
"false"
header
"Build failed"
header
"Build failed"
fail_yarn_outdated
"
$LOG_FILE
"
fail_yarn_outdated
"
$LOG_FILE
"
...
@@ -322,11 +315,4 @@ warn_no_start "$BUILD_DIR"
...
@@ -322,11 +315,4 @@ warn_no_start "$BUILD_DIR"
warn_unmet_dep
"
$LOG_FILE
"
warn_unmet_dep
"
$LOG_FILE
"
warn_old_npm_lockfile
$NPM_LOCK
warn_old_npm_lockfile
$NPM_LOCK
bright_header
"Change to Node.js build process"
echo
" Heroku has begun executing the
\"
build
\"
script defined in package.json"
echo
" during Node.js builds."
echo
""
echo
" Read more: https://devcenter.heroku.com/changelog-items/1573"
echo
""
log_meta_data
>>
"
$BUILDPACK_LOG_FILE
"
log_meta_data
>>
"
$BUILDPACK_LOG_FILE
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment