Issue #GraphQl: Add npm start
Please register or sign in to comment
... | ... | @@ -4,7 +4,8 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node index" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |