mirror of
https://github.com/zhigang1992/react-jsonschema-form.git
synced 2026-05-27 17:28:01 +08:00
Run precommit in each package (#1531)
This commit is contained in:
committed by
Edgar Hipp
parent
2a9cb7f4a7
commit
55c86b6db4
771
package-lock.json
generated
771
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user