Skip to content

Commit

Permalink
Prebuild typedoc theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXFeeD committed Mar 20, 2024
1 parent 6fa7c86 commit 64f817e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/package-lock.json

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

10 changes: 10 additions & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"build": "wireit"
},
"wireit": {
"prebuild-theme": {
"command": "npm run --prefix typedoc-codicon-theme build",
"files": [
"typedoc-codicon-theme/**/*"
],
"output": [
"typedoc-codicon-theme/dist"
]
},
"prebuild-declarations": {
"command": "tsx tools/rebuild_types.ts core-engine",
"files": [
Expand All @@ -41,6 +50,7 @@
"typedoc-codicon-theme/**/*"
],
"dependencies": [
"prebuild-theme",
"prebuild-declarations"
],
"output": [
Expand Down

0 comments on commit 64f817e

Please sign in to comment.