Disable caching with the dev server
This commit is contained in:
parent
8d27738d30
commit
979a981bfb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"build": "webpack",
|
||||
"pretest": "eslint index.js lib/*.js elements/*.js infodisplay/*.js events/*.js",
|
||||
"start": "http-server . -p 3000 -s",
|
||||
"start": "http-server . -p 3000 -s -c-1",
|
||||
"test": "npm run build"
|
||||
},
|
||||
"author": "Henri Bergius <henri.bergius@iki.fi>",
|
||||
|
|
Loading…
Reference in a new issue