diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 49ff23a..1f5f5fb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "backend": "node backend/index.js" }, "repository": { "type": "git", |
