Disable cache when running locally

pull/489/head
Ben Whittaker 2020-06-06 22:46:54 -04:00
parent 001eea27e1
commit e231e0991d
1 changed files with 1 additions and 1 deletions

View File

@ -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"