mirror of https://github.com/espruino/BangleApps
Disable cache when running locally
parent
001eea27e1
commit
e231e0991d
|
@ -10,7 +10,7 @@
|
|||
"scripts": {
|
||||
"lint-apps": "eslint ./apps --ext .js",
|
||||
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js && eslint ./lib ./js",
|
||||
"start": "npx http-server"
|
||||
"start": "npx http-server -c-1"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^7.2.0"
|
||||
|
|
Loading…
Reference in New Issue