mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"generate": {
|
|
"inputs": ["bin/**/*", "package.json"],
|
|
"outputs": ["src/data/*.json", "dist/data/*.json"]
|
|
}
|
|
}
|
|
}
|