From 01c0d5d57b124eb91c7fbae13666274dc442b898 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Mon, 25 Mar 2024 08:40:26 -0500 Subject: [PATCH] chore: remove docs references --- DEVELOPING.md | 6 +----- package.json | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 84ebb8c..5c86df7 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 9ff9ff6..3a2aefa 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "clean": "sf-clean", "clean-all": "sf-clean all", "compile": "wireit", - "docs": "sf-docs", "format": "wireit", "link-check": "wireit", "lint": "wireit",