Skip to content

Commit fb49eb0

Browse files
authored
Update package.json
1 parent 1765f19 commit fb49eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"scripts": {
44
"start": "node src/index.js",
55
"dev": "npm-run-all --parallel start playground",
6-
"playground": "graphql playground"
6+
"playground": "graphql playground",
7+
"prisma": "prisma"
78
},
89
"dependencies": {
910
"bcryptjs": "^2.4.3",

0 commit comments

Comments
 (0)