diff --git a/package.json b/package.json index 34f7bea2f..400385139 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "acorn": "" }, "scripts": { - "test": "node bin/sanitycheck.js" + "test": "node bin/sanitycheck.js", + "start": "npx http-server" } }