chore: enable commit msg lint

This commit is contained in:
Sérgio Ramos 2017-05-25 20:07:56 +01:00
parent b9aa47a7f4
commit 5706ae1f95
1 changed files with 1 additions and 1 deletions

View File

@ -20,9 +20,9 @@
"publish": "lerna publish --conventional-commits",
"clean": "lerna clean --yes",
"bootstrap": "lerna bootstrap",
"commitmsg": "exit 0 # conventional-changelog-lint -e",
"precommit": "run-s lint lint-staged test",
"prepare": "run-s clean bootstrap",
"commitmsg": "conventional-changelog-lint -e",
"dev:ui-toolkit": "lerna run watch --scope joyent-ui-toolkit",
"dev:cp-frontend": "lerna run start --scope joyent-cp-frontend",
"dev:gql-mock-server": "lerna run dev --scope joyent-cp-gql-mock-server",