console: remove postinstall script from package.json (#5630)

This commit is contained in:
Rishichandra Wawhal 2020-08-20 16:06:08 +05:30 committed by GitHub
parent 95750b61f9
commit 72ecaed8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@
"build": "webpack --progress -p --colors --display-error-details --config webpack/prod.config.js",
"server-build": "make server-build",
"build-unused": "webpack --verbose --colors --display-error-details --config webpack/prod.config.js --json | webpack-unused -s src",
"postinstall": "webpack --display-error-details --config webpack/prod.config.js",
"cypress": "cypress open",
"test": "cypress run --spec 'cypress/integration/**/**/test.ts' --key $CYPRESS_KEY --parallel --record",
"lint": "eslint -c .eslintrc src --ext .js,.ts,.tsx",