Skip to content

Commit 686b25c

Browse files
committed
chore: add canary build spec generation to pre commit hook
1 parent 22a0291 commit 686b25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"hooks": {
6565
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
6666
"pre-push": "npm run lint && npm run test-changed",
67-
"pre-commit": "yarn split-e2e-tests && yarn extract-dependency-licenses"
67+
"pre-commit": "yarn split-e2e-tests && yarn split-canary-tests && yarn extract-dependency-licenses"
6868
}
6969
},
7070
"author": "Amazon Web Services",

0 commit comments

Comments
 (0)