File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ dev: ## Run development server
1919exec : # # Execute a command in the development container
2020 @docker compose --project-directory docker run -it --rm $(DEV_CONTAINER_NAME ) bash
2121
22+ run-docs : # # Execute a command in the development container
23+ @docker compose --project-directory docker run -p 8080:8080 -it --rm $(DEV_CONTAINER_NAME ) yarn generate:docServer
24+
2225install : # # Execute a command in the development container
2326 @docker compose --project-directory docker run -it --rm $(DEV_CONTAINER_NAME ) yarn install
2427
Original file line number Diff line number Diff line change 2020 "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
2121 "test:e2e" : " jest --config ./test/jest-e2e.json" ,
2222 "schematics:inherit" : " nest generate -c @kradihsoy/lt-schematics inherit" ,
23- "generate:doc" : " npx @compodoc/compodoc -p tsconfig.json -d docs --includes ./docs --includesName 'Documentation complémentaire' -n 'Sesame Orchestrator'"
23+ "generate:doc" : " npx @compodoc/compodoc -p tsconfig.json -d docs --includes ./docs --includesName 'Documentation complémentaire' -n 'Sesame Orchestrator'" ,
24+ "generate:docServer" : " npx @compodoc/compodoc -s -p tsconfig.json -d docs --includes ./docs --includesName 'Documentation complémentaire' -n 'Sesame Orchestrator' -s"
2425 },
2526 "dependencies" : {
2627 "@kradihsoy/lt-schematics" : " ^1.0.13" ,
You can’t perform that action at this time.
0 commit comments