diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 21:01:24 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 21:01:24 -0500 |
commit | 9bc1437a5a5c7426d0cd3f53a64e389b79b5ca3c (patch) | |
tree | d87c74e893203c4a3835db99d3ca05f1582cbf9b | |
parent | 3b212bde1b1dc26620e3668081c3243a7d374975 (diff) |
Add dev target for starting server.
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 950de22..e7845ec 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "> Files for the [YouTube crash course](https://www.youtube.com/watch?v=L72fhGm1tfE)", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "dev": "nodemon index" }, "repository": { "type": "git", |