Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nikolasburk/info-prisma-example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Feb 6, 2018
2 parents 7488942 + f0fc283 commit 3cc5c13
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 3cc5c13

Please sign in to comment.