Skip to content

Commit

Permalink
Nx: Rename "build" to "build-docs" in the docs-site project to avoid …
Browse files Browse the repository at this point in the history
…intermittent build failures
  • Loading branch information
adamziel committed Apr 9, 2024
1 parent c82c8fc commit 891bf3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "nx run-many --all --target=build",
"build:website": "nx build playground-website",
"build:docs": "nx build docs-site",
"build:docs": "nx build-docs docs-site",
"deploy:docs": "gh-pages -d dist/docs/build -t true",
"dev": "nx dev playground-website",
"format": "nx format",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/site/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"playground-client"
],
"targets": {
"build": {
"build-docs": {
"executor": "nx:run-commands",
"options": {
"commands": [
Expand Down

0 comments on commit 891bf3e

Please sign in to comment.