Skip to content

Commit

Permalink
chore: remove docs references
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Mar 25, 2024
1 parent b67b235 commit 01c0d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You would only do this once after you cloned the repository.

1. Clone this repository from git.
1. `cd` into `command`.
1. We develop using feature brances off `main` and release from the `main` branch. At
1. We develop using feature branches off `main` and release from the `main` branch. At
this point, it should be set to `main` by default. If not, run `git checkout -t origin/main`.
1. `yarn` to bring in all the top-level dependencies.
1. Open the project in your editor of choice.
Expand All @@ -43,10 +43,6 @@ This cleans all generated files and directories. Run `yarn clean-all` to also cl

This tests the typescript using ts-node.

### `yarn docs`

This generates documentation into [docs](docs).

### `yarn lint`

This lints all the typescript. If there are no errors/warnings
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"clean": "sf-clean",
"clean-all": "sf-clean all",
"compile": "wireit",
"docs": "sf-docs",
"format": "wireit",
"link-check": "wireit",
"lint": "wireit",
Expand Down

0 comments on commit 01c0d5d

Please sign in to comment.