Skip to content

Commit

Permalink
build: migration to typedoc 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Mar 13, 2023
1 parent 7a8c7ba commit 59220bf
Show file tree
Hide file tree
Showing 29 changed files with 671 additions and 493 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,5 @@ size-plugin-ssr.json

.parcel-cache
.angular/cache/

docs
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,22 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "lerna run build"
"build": "lerna run build",
"build:docs": "rimraf docs && typedoc --plugin typedoc-plugin-keyword --plugin typedoc-plugin-coverage"
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/node": "^18.11.18",
"husky": "^8.0.2",
"lerna": "^6.3.0"
"lerna": "^6.3.0",
"rimraf": "^4.4.0",
"typedoc": "^0.24.0-beta.3",
"typedoc-plugin-coverage": "^2.0.0",
"typedoc-plugin-keyword": "^1.1.0",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.9.5"
},
"workspaces": [
"apps/*",
Expand Down
134 changes: 110 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion presets/bigCircles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"build": "tsparticles-build",
"build:ci": "tsparticles-build --ci",
"build:docs": "rimraf docs && npx typedoc",
"version": "tsparticles-build -d && git add package.dist.json",
"prepack": "pnpm run build"
},
Expand Down
Loading

0 comments on commit 59220bf

Please sign in to comment.