Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Adds start command so that npm-start buildpack detects
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Moran authored and ryanmoran committed Feb 22, 2022
1 parent f5783bc commit a127650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/testdata/npm_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "some NPM app",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down

0 comments on commit a127650

Please sign in to comment.