mirror of https://github.com/zulip/zulip.git
package.json: Remove webpack-cache after installing dependencies.
This is recommended by webpack's cache-loader.
This commit is contained in:
parent
eb53b5e8de
commit
ceff7e51bd
|
@ -77,6 +77,7 @@
|
||||||
"xmlhttprequest": "1.8.0"
|
"xmlhttprequest": "1.8.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "rm -rf ./var/webpack-cache",
|
||||||
"lint": "eslint --quiet --cache",
|
"lint": "eslint --quiet --cache",
|
||||||
"lint-fix": "eslint --quiet --fix",
|
"lint-fix": "eslint --quiet --fix",
|
||||||
"lint-loud": "eslint static/js frontend_tests --cache"
|
"lint-loud": "eslint static/js frontend_tests --cache"
|
||||||
|
|
Loading…
Reference in New Issue