ci: don't force tests to run on pre-commit

This commit is contained in:
Sérgio Ramos 2017-10-12 19:41:11 +01:00
parent 12ec0c33ea
commit 8e26542b91

View File

@ -27,7 +27,7 @@
"dev:cp-frontend": "lerna run start --scope joyent-cp-frontend",
"dev:gql-mock-server": "lerna run dev --scope joyent-cp-gql-mock-server",
"commitmsg": "commitlint -e",
"precommit": "cross-env CI=1 redrun -s lint-staged format-staged test-staged",
"precommit": "cross-env CI=1 redrun -s lint-staged format-staged",
"postinstall": "lerna run prepublish",
"commit": "commit"
},