Merge pull request #129 from AverageMarcus/master

Added npm task to run locally
master
Gordon Williams 2020-03-18 08:56:51 +00:00 committed by GitHub
commit d2661bf806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"acorn": ""
},
"scripts": {
"test": "node bin/sanitycheck.js"
"test": "node bin/sanitycheck.js",
"start": "npx http-server"
}
}