From 9b790bbd44d73774a17c611cc8068be5302f73ee Mon Sep 17 00:00:00 2001 From: Arpan Nanavati Date: Mon, 24 Oct 2016 03:17:09 -0700 Subject: [PATCH] add test and start scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9208385..b0614b8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "build-fixture": "browserify --full-paths ./test/fixture/index.js > ./test/fixture/bundle.js && browserify ./test/fixture/index.js > ./test/fixture/bundle-no-full.js", "demo": "npm run prepublish && opener index.html", "rework": "node lib/bundle-css > build/style.css", - "test": "node test | tap-spec" + "test": "node test | tap-spec", + "start": "npm run demo" }, "repository": { "type": "git",