diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-10-09 14:53:14 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-10-09 14:53:14 -0400 |
| commit | 146a96b7bc31b7eedc12381aa8f794e549638b2c (patch) | |
| tree | 78f4711fa11adbae0846b4a45c6113e9d4f72f50 /sick-fits | |
| parent | f4a627ab969439ffadf354325923c6e7c627bf3b (diff) | |
remove playground
Diffstat (limited to 'sick-fits')
| -rw-r--r-- | sick-fits/backend/package.json | 6 |
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", |
