summaryrefslogtreecommitdiffstats
path: root/sick-fits
diff options
context:
space:
mode:
Diffstat (limited to 'sick-fits')
-rw-r--r--sick-fits/backend/package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/sick-fits/backend/package.json b/sick-fits/backend/package.json
index 954db31..2d08829 100644
--- a/sick-fits/backend/package.json
+++ b/sick-fits/backend/package.json
@@ -3,11 +3,9 @@
"description": "the backend of sick fits",
"scripts": {
"start": "nodemon -e js,graphql -x node src/index.js",
- "debug": "nodemon -e js,graphql -x node --inspect src/index.js",
+ "dev": "nodemon -e js,graphql -x node --inspect src/index.js",
"test": "jest",
- "playground": "graphql playground --port 4444 --dotenv variables.env",
- "deploy": "prisma deploy --env-file variables.env",
- "dev": "npm-run-all --parallel debug playground"
+ "deploy": "prisma deploy --env-file variables.env"
},
"dependencies": {
"babel-preset-env": "^1.7.0",