Socket
Socket
Sign inDemoInstall

@heroku/update-node-build-script

Package Overview
Dependencies
Maintainers
201
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku/update-node-build-script

A one-time migration tool to help you get your builds running on Heroku with a single command


Version published
Weekly downloads
9
increased by350%
Maintainers
201
Weekly downloads
 
Created
Source

@heroku/update-node-build-script

oclif Version

Summary

You will need to make sure you are in your application's root directory, then run:

$ npx @heroku/update-node-build-script

Why?

To make getting started with Node.js on Heroku easier we will begin executing the build script by default if it is defined in your package.json. This change will go live on Monday, March 11, 2019. Read more about this change in our FAQ.

For users with an existing build script that they may not want run during the build, this will require some slight modifications to their package.json. The modifications are simple and mechanical, and this CLI tool will make updating as easy as possible.

hyper 2019-02-08 22-59-32

Usage

You will need to make sure you are in your application's root directory, then run:

$ npx @heroku/update-node-build-script

npx is a tool that comes with the modern verions of npm bundled with Node. If for some reason, npx is not available on your system, you can install it with the following command:

$ npm install -g npx

or download and run this package directly:

$ cd $APP_DIRECTORY
$ npm install -g @heroku/update-node-build-script
$ update-node-build-script

and then you can uninstall it when you are finished:

$ npm uninstall -g @heroku/update-node-build-script

What does this command do?

When it runs it will inspect the contents of your package.json file, note which scripts you have defined, and suggest a modification that will opt you in to the new build rules while maintaining your existing build behavior.

It will make no changes without your explicit approval.

hyper 2019-02-08 22-59-32

Feel free to inspect the source of this tool.

I don't want to run an npx command on my system

No problem! This tool is provided only as a convenience. The changes are documented in this FAQ and are simple to perform manually.

Keywords

FAQs

Package last updated on 09 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc