package.json: Remove webpack-cache after installing dependencies.

This is recommended by webpack's cache-loader.
This commit is contained in:
Priyank Patel 2019-06-04 00:35:37 +00:00 committed by Tim Abbott
parent eb53b5e8de
commit ceff7e51bd
1 changed files with 1 additions and 0 deletions

View File

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