ci: don't force tests to run on pre-commit
This commit is contained in:
parent
12ec0c33ea
commit
8e26542b91
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user