// package.json
...
"
scripts
"
: {
"
test
"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
,
"
start
"
:
"
node ./src/index.js
"
//
add
this
line
},
...
view raw
package.json
hosted with ❤ by
GitHub