mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 16:27:14 +03:00
console: remove postinstall script from package.json (#5630)
This commit is contained in:
parent
95750b61f9
commit
72ecaed8d1
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user