We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a0291 commit 686b25cCopy full SHA for 686b25c
package.json
@@ -64,7 +64,7 @@
64
"hooks": {
65
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
66
"pre-push": "npm run lint && npm run test-changed",
67
- "pre-commit": "yarn split-e2e-tests && yarn extract-dependency-licenses"
+ "pre-commit": "yarn split-e2e-tests && yarn split-canary-tests && yarn extract-dependency-licenses"
68
}
69
},
70
"author": "Amazon Web Services",
0 commit comments