diff --git a/package.json b/package.json index e6bb049f8f..7989e461dc 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "xmlhttprequest": "1.8.0" }, "scripts": { + "postinstall": "rm -rf ./var/webpack-cache", "lint": "eslint --quiet --cache", "lint-fix": "eslint --quiet --fix", "lint-loud": "eslint static/js frontend_tests --cache"