Skip to content

Commit

Permalink
fix: #449 Ensure that docker volume is created when running docs loca…
Browse files Browse the repository at this point in the history
…lly (#487)
  • Loading branch information
mkleszcz committed Mar 1, 2024
1 parent 900e086 commit 224d936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/internal/docs/project.json
Expand Up @@ -28,7 +28,8 @@
"color": true,
"commands": ["nx run backend:build-docs", "pnpm start"],
"parallel": false
}
},
"dependsOn": ["core:docker-create-volumes"]
}
},
"tags": []
Expand Down

0 comments on commit 224d936

Please sign in to comment.