We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b89f92 commit bfadcb5Copy full SHA for bfadcb5
package.json
@@ -3,6 +3,9 @@
3
"version": "0.0.0",
4
"description": "Visual regression testing tool with cypress",
5
"main": "dist/command.js",
6
+ "bin": {
7
+ "cypress-image-diff": "./bin/cypress-image-diff.js"
8
+ },
9
"scripts": {
10
"lint": "eslint src/ cypress/",
11
"test:unit": "jest src/",
0 commit comments