fix(scripts): update test and build scripts for pnpm usage and stricter tsbuild defaults
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-04-30 - 2.0.3 - fix(scripts)
|
||||||
|
update test and build scripts for pnpm usage and stricter tsbuild defaults
|
||||||
|
|
||||||
|
- switch the test script to run testCli via pnpm
|
||||||
|
- remove the --allowimplicitany flag from the build script
|
||||||
|
|
||||||
## 2026-03-24 - 2.0.2 - fix(smartconfig)
|
## 2026-03-24 - 2.0.2 - fix(smartconfig)
|
||||||
migrate project metadata and config handling to .smartconfig.json
|
migrate project metadata and config handling to .smartconfig.json
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -13,9 +13,9 @@
|
|||||||
"tsdoc": "cli.js"
|
"tsdoc": "cli.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --verbose --logfile --timeout 600) && npm run testCli",
|
"test": "(tstest test/ --verbose --logfile --timeout 600) && pnpm run testCli",
|
||||||
"testCli": "(node ./cli.ts.js) && (node ./cli.ts.js aidocs)",
|
"testCli": "(node ./cli.ts.js) && (node ./cli.ts.js aidocs)",
|
||||||
"build": "(tsbuild --web --allowimplicitany)",
|
"build": "(tsbuild --web)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsdoc',
|
name: '@git.zone/tsdoc',
|
||||||
version: '2.0.2',
|
version: '2.0.3',
|
||||||
description: 'A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.'
|
description: 'A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user