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