remove broken postinstall

This commit is contained in:
Tobias Koppers 2020-06-29 18:28:25 +02:00
parent 3347fa1cee
commit c2b163588c
1 changed files with 1 additions and 2 deletions

View File

@ -155,8 +155,7 @@
"cover:integration": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage",
"cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
"cover:types": "node node_modules/tooling/type-coverage",
"cover:report": "istanbul report",
"postinstall": "is-ci || yarn-deduplicate --fail -s highest yarn.lock || yarn install"
"cover:report": "istanbul report"
},
"husky": {
"hooks": {