Skip to content

Commit 3ac6138

Browse files
Update generate:doc command in package.json
1 parent 00a1e4c commit 3ac6138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
4141
"test:e2e": "jest --config ./test/jest-e2e.json",
4242
"schematics:inherit": "nest generate -c @kradihsoy/lt-schematics inherit",
43-
"generate:doc": "npx @compodoc/compodoc -p tsconfig.json -d docs --includes ./docs --includesName 'Documentation complémentaire' -n 'Sesame Orchestrator'",
43+
"generate:doc": "npx @compodoc/compodoc -c .compodocrc",
4444
"generate:docServer": "npx @compodoc/compodoc -s -p tsconfig.json -d docs --includes ./docs --includesName \"Documentation complémentaire\" -n \"Sesame Orchestrator\" -s"
4545
},
4646
"dependencies": {
@@ -133,4 +133,4 @@
133133
"downloadUrl": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-5.0.22.tgz"
134134
}
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)