Skip to content

Commit

Permalink
Fix serve scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sushitommy committed Dec 1, 2023
1 parent 598646c commit e49d70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"serve": {
"executor": "@nrwl/web:file-server",
"options": {
"buildTarget": "packages-docusaurus:build",
"buildTarget": "docusaurus:build",
"port": 8080
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"serve": {
"executor": "@nrwl/web:file-server",
"options": {
"buildTarget": "packages-storybook:build",
"buildTarget": "storybook:build",
"port": 7006
}
},
Expand Down

0 comments on commit e49d70e

Please sign in to comment.