diff --git a/package.json b/package.json index 21cb6968..6dfc9d2a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js", "test": "jest", "test:coverage": "jest --coverage", - "test:watch": "jest --watch" + "test:watch": "jest --watch --no-cache" }, "author": "", "license": "MIT",