Skip to content

Commit

Permalink
fix: Lock in typedoc till it is fixed. (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 18, 2022
1 parent 6506f9b commit 417fe32
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
48 changes: 24 additions & 24 deletions packages/cspell-types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/cspell-types/package.json
Expand Up @@ -19,10 +19,11 @@
"build-dev": "tsc -p tsconfig.dev.json",
"build-schema": "ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o ./cspell.schema.json && cp ./cspell.schema.json ../..",
"build-docs": "typedoc --out ../../docs/types/cspell-types src/index.ts",
"test-build-docs": "typedoc --out ./temp/docs src/index.ts",
"clean-build": "npm run clean && npm run build",
"compile": "tsc -p .",
"test-schema": "ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js",
"test": "jest && npm run test-schema",
"test": "jest && npm run test-schema && npm run test-build-docs",
"prepare": "npm run build"
},
"repository": {
Expand Down Expand Up @@ -52,7 +53,7 @@
"jest": "^27.4.7",
"rimraf": "^3.0.2",
"ts-json-schema-generator": "^0.97.0",
"typedoc": "^0.22.11",
"typedoc": "0.22.10",
"typedoc-plugin-markdown": "^3.11.11",
"typescript": "^4.5.4"
}
Expand Down

0 comments on commit 417fe32

Please sign in to comment.