throw 'Nothing here is working';

This commit is contained in:
2020-09-22 19:44:13 +10:00
parent 0d245fdeb6
commit 7982ba92b6
3 changed files with 138 additions and 95 deletions

View File

@@ -4,7 +4,8 @@
"description": "A simple to use graphQL clone",
"main": "source/index.js",
"scripts": {
"test": "cd test-server-books && npm install && npm run node"
"test": "cd test-server-books && npm install && npm run node",
"pokemon": "cd test-server-pokemon && npm install && npm run node"
},
"repository": {
"type": "git",