We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786f44c commit eb83cc7Copy full SHA for eb83cc7
lefthook.yml
@@ -78,9 +78,9 @@ pre-push:
78
- assets/*.{js,mjs,css,scss}
79
- layouts/*.html
80
- content/example.md
81
- files: /bin/ls content/example.md
82
run: |
83
- node cypress/support/run-e2e-specs.js --spec "cypress/e2e/content/article-links.cy.js" {files}
+ echo "Running shortcode examples test due to changes in: {staged_files}"
+ node cypress/support/run-e2e-specs.js --spec "cypress/e2e/content/article-links.cy.js" content/example.md
84
exit $?
85
86
e2e-links:
0 commit comments