Skip to content

Commit 82e7ca6

Browse files
committed
Don't cache
1 parent d24155c commit 82e7ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 mocha app/tests",
1010
"coverage": "nyc report --reporter=text-lcov | node ./node_modules/coveralls/bin/coveralls.js",
1111
"lint": "./node_modules/.bin/eslint .",
12-
"serve": "node ./node_modules/http-server/bin/http-server"
12+
"serve": "node ./node_modules/http-server/bin/http-server -c-1"
1313
},
1414
"husky": {
1515
"hooks": {

0 commit comments

Comments
 (0)