Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Build
run: npx tsc
- name: Merge
run: npx ctrf merge test-reports
run: npx ctrf-cli merge test-reports
- name: Flaky
run: npx ctrf flaky test-reports/ctrf-report-one.json
run: npx ctrf-cli flaky test-reports/ctrf-report-one.json
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ctrf-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "Various CTRF utilities available from the command line",
"main": "dist/index.js",
"bin": {
"ctrf": "dist/cli.js"
"ctrf-cli": "dist/cli.js"
},
"scripts": {
"build": "tsc",
Expand Down