Skip to content

Commit

Permalink
Stop publishing typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Aug 31, 2023
1 parent 00057b8 commit 518ae08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"churi": "^0.15.0",
"eslint": "^8.48.0",
"eslint-plugin-jest": "^27.2.3",
"gh-pages": "^6.0.0",
"jest": "^29.6.4",
"jest-junit": "^16.0.0",
"jest-mock": "^29.6.3",
Expand All @@ -66,7 +65,6 @@
"ci:all": "run-z all +test/--ci/--runInBand",
"clean": "run-z +z --then clean-z",
"doc": "run-z +z --then typedoc",
"doc:publish": "run-z doc --then gh-pages --dist target/typedoc --dotfiles",
"format": "run-z +z --then prettier-eslint --write --include-dot-files \"src/**/*.*\" \"*.{js,cjs,json,md}\"",
"lint": "run-z +z --then eslint .",
"test": "run-z +z env:NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" --then test-z",
Expand Down
5 changes: 3 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"entryPoints": ["src/mod.ts"],
"excludePrivate": true,
"name": "ChURI Schema Compiler",
"out": "./target/typedoc"
"name": "ts-transformer-churi",
"out": "./target/typedoc",
"sort": ["static-first", "visibility", "enum-value-ascending", "alphabetical", "kind"]
}

0 comments on commit 518ae08

Please sign in to comment.