Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Feb 6, 2018
1 parent 629d63c commit f0fc283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nb",
"scripts": {
"start": "nodemon src/index.js",
"start": "node src/index.js",
"dev": "npm-run-all --parallel start playground",
"playground": "graphql playground",
"prisma": "prisma"
Expand Down

0 comments on commit f0fc283

Please sign in to comment.