|
38 | 38 | "test": "echo \"Error: no test specified\" && exit 1",
|
39 | 39 | "build:doc": "rm -rf content/api && npm run build:doc:webpack && npm run build:doc:ga && npm run build:doc:parser && node infra/generate-api-headers.js",
|
40 | 40 | "build:doc:webpack": "typedoc --readme none --ignoreCompilerErrors --out content/api/webpack --theme markdown ../guess/packages/guess-webpack/src/**/*.ts",
|
41 | | - "build:doc:ga": "typedoc --readme none --ignoreCompilerErrors --out content/api/ga --theme markdown ../guess/packages/guess-ga/src/**/*.ts", |
| 41 | + "build:doc:ga": "typedoc --readme none --ignoreCompilerErrors --out content/api/ga --theme markdown ../guess/packages/guess-ga/**/*.ts", |
42 | 42 | "build:doc:parser": "typedoc --readme none --ignoreCompilerErrors --out content/api/parser --theme markdown ../guess/packages/guess-parser/src/**/*.ts"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
|
0 commit comments