Run precommit in each package (#1531)

This commit is contained in:
Ashwin Ramaswami
2019-12-08 00:43:25 -08:00
committed by Edgar Hipp
parent 2a9cb7f4a7
commit 55c86b6db4
2 changed files with 563 additions and 218 deletions

771
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,5 +26,13 @@
"tabWidth": 2
},
"license": "Apache-2.0",
"homepage": "https://github.com/mozilla-services/react-jsonschema-form#readme"
"homepage": "https://github.com/mozilla-services/react-jsonschema-form#readme",
"devDependencies": {
"husky": "^3.1.0"
},
"husky": {
"hooks": {
"pre-commit": "lerna run --concurrency 1 --stream precommit"
}
}
}