node-boilerplate-cli icon indicating copy to clipboard operation
node-boilerplate-cli copied to clipboard

package.json fix start script

Open mhulse opened this issue 5 years ago • 0 comments

Start should probably be:

"start": "node ."

And not:

"start": "node src -h"

Then you can test this code using npm start without having to npm link it.

mhulse avatar Nov 23 '20 07:11 mhulse