Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt at repro for tags in readme #1

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
pull_request:
types: [opened, edited]
types: [opened, synchronize]

jobs:
run:
Expand Down
16 changes: 7 additions & 9 deletions README.md
@@ -1,15 +1,13 @@
# TypeDoc reproductions
# Workspaces CLI

If you find a bug in TypeDoc and file an issue, it's helpful -- even necessary -- to create a minimal reproduction of the bug.
Helpers for working within all packages in the monorepo:

This link explains why we ask for a minimal reproduction. Thank you in advance!
https://gist.github.com/Rich-Harris/88c5fc2ac6dc941b22e7996af05d70ff
## Dependencies

One way to do that is opening a pull-request on this repository with your reproduction. Github Actions will execute `./run.sh`.
- `npx @clis/workspaces dependencies add @configs/stylelint --save-dev`

You can put anything you want here: add/remove dependencies in `package.json`, change the commands in `run.sh`, change the code in `./src/index.ts`,
or add a hundred more `.ts` files.
# Dependencies CLI

Once your pull request is submitted here, link to it in your TypeDoc bug report.
## Architecture

Forked from the [ts-node-repros](https://github.com/TypeStrong/ts-node-repros) for TypeDoc.
- `npx @clizs/dependencies architecture --filter="@nestjs/example"`
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "typedoc-repros",
"dependencies": {
"typedoc": "latest",
"typedoc": "beta",
"typescript": "latest"
}
}