Skip to content

Commit

Permalink
Added npm task to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageMarcus committed Mar 18, 2020
1 parent a67208a commit 20983fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"acorn": ""
},
"scripts": {
"test": "node bin/sanitycheck.js"
"test": "node bin/sanitycheck.js",
"start": "npx http-server"
}
}

0 comments on commit 20983fc

Please sign in to comment.