Skip to content

Commit

Permalink
fix: remove gen doc from source control
Browse files Browse the repository at this point in the history
Signed-off-by: dankeboy36 <[email protected]>
  • Loading branch information
dankeboy36 committed Feb 27, 2024
1 parent 3290ae5 commit 155d965
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 380 deletions.
86 changes: 0 additions & 86 deletions docs/api/README.md

This file was deleted.

293 changes: 0 additions & 293 deletions docs/api/classes/FQBN.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p ./",
"docs": "typedoc ./src/index.ts && concat-md ./docs > README.md && prettier --write ./docs && prettier --write ./README.md",
"docs": "typedoc ./src/index.ts && concat-md ./docs > README.md && prettier --write ./docs && rimraf ./docs/api && prettier --write ./README.md",
"format": "prettier --write .",
"lint": "eslint src --ext ts",
"release": "semantic-release",
Expand Down

0 comments on commit 155d965

Please sign in to comment.