mirror of https://github.com/espruino/BangleApps
Added npm task to run locally
parent
a67208aaa5
commit
20983fc928
|
@ -7,6 +7,7 @@
|
|||
"acorn": ""
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node bin/sanitycheck.js"
|
||||
"test": "node bin/sanitycheck.js",
|
||||
"start": "npx http-server"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue