Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky committed Jun 11, 2024
1 parent 861b537 commit fa133d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "npm run lint",
"prepack": "oclif manifest",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"readme": "oclif readme --readme-path ../docs.letsdisco.dev/docs/disco-cli-reference.md"
},
"types": "dist/index.d.ts"
}

0 comments on commit fa133d9

Please sign in to comment.