From 3b3603cd6f86d720f85d8ad043553a02ecb9ffd4 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 30 Dec 2019 12:38:21 -0500 Subject: [PATCH] Add start script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49cc4d5..162af44 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "parcel src/index.html" }, "author": "", "license": "ISC",