Skip to content

Commit

Permalink
console: remove postinstall script from package.json (#5630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishichandra Wawhal authored Aug 20, 2020
1 parent 95750b6 commit 72ecaed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 72ecaed

Please sign in to comment.