Skip to content

Commit

Permalink
npm requires a build script ... add an empty one.
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance committed Oct 8, 2019
1 parent 85931a9 commit a39a87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"start": "node server.js",
"start:debug": "node --inspect server.js",
"daemon": "forever start server.js",
"build": "",
"test": "echo \"Error: no test specified\"",
"prepare": "npm run build"
},
Expand Down

0 comments on commit a39a87e

Please sign in to comment.