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 98dee3d commit bc125d7Copy full SHA for bc125d7
package.json
@@ -12,8 +12,7 @@
12
"start": "node dist/cli.js",
13
"dev": "tsx src/cli.ts",
14
"lint": "eslint . --ext .ts --max-warnings=0",
15
- "test": "node dist/test-fixture-match.js",
16
- "test:branch-search": "node dist/test-branch-search.js && node dist/test-branch-search-cache.js"
+ "test": "node dist/test-fixture-match.js && node dist/test-branch-search.js"
17
},
18
"engines": {
19
"node": ">=18.0.0"
0 commit comments