Skip to content

Commit

Permalink
Revert "Fix docs-site build (#1222)"
Browse files Browse the repository at this point in the history
This reverts commit 3c1a0d3.
  • Loading branch information
adamziel committed Apr 11, 2024
1 parent d1e3ed1 commit eb26af7
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions packages/docs/site/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
"playground-client"
],
"targets": {
"build:json": {
"executor": "nx:run-commands",
"options": {
"commands": [
"npx typedoc --plugin typedoc-plugin-mdn-links --plugin typedoc-plugin-resolve-crossmodule-references --json packages/docs/site/src/model.json"
],
"parallel": false
}
},
"build-docs": {
"executor": "nx:run-commands",
"options": {
Expand All @@ -28,13 +19,14 @@
},
"dependsOn": ["build:json"]
},
"build": {
"build:json": {
"executor": "nx:run-commands",
"options": {
"commands": ["docusaurus build"],
"cwd": "packages/docs/site"
},
"dependsOn": ["build-docs"]
"commands": [
"npx typedoc --plugin typedoc-plugin-mdn-links --plugin typedoc-plugin-resolve-crossmodule-references --json packages/docs/site/src/model.json"
],
"parallel": false
}
},
"swizzle": {
"executor": "nx:run-commands",
Expand Down

0 comments on commit eb26af7

Please sign in to comment.