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 8844b5f commit 3353517Copy full SHA for 3353517
package.json
@@ -8,7 +8,8 @@
8
"bin"
9
],
10
"bin": {
11
- "export-fiddles": "bin/export-fiddles.js"
+ "export-fiddles": "bin/export-fiddles.js",
12
+ "collect-fiddles": "bin/collect-fiddles.js"
13
},
14
"scripts": {
15
"cy:open": "cypress open",
0 commit comments