fix(build): remove skiplibcheck from the build script
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-24 - 1.12.6 - fix(build)
|
||||||
|
remove skiplibcheck from the build script
|
||||||
|
|
||||||
|
- Updates the build command to run tsbuild without the --skiplibcheck flag.
|
||||||
|
- Tightens TypeScript build validation by including library type checks during builds.
|
||||||
|
|
||||||
## 2026-03-24 - 1.12.5 - fix(package)
|
## 2026-03-24 - 1.12.5 - fix(package)
|
||||||
bump package version to 1.12.5
|
bump package version to 1.12.5
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "pnpm run build && tstest test/ --verbose",
|
"test": "pnpm run build && tstest test/ --verbose",
|
||||||
"build": "pnpm run bundle && tsbuild --allowimplicitany --skiplibcheck",
|
"build": "pnpm run bundle && tsbuild --allowimplicitany",
|
||||||
"bundle": "tsbundle",
|
"bundle": "tsbundle",
|
||||||
"startTs": "node cli.ts.js",
|
"startTs": "node cli.ts.js",
|
||||||
"watch": "tswatch",
|
"watch": "tswatch",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsview',
|
name: '@git.zone/tsview',
|
||||||
version: '1.12.5',
|
version: '1.12.6',
|
||||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsview',
|
name: '@git.zone/tsview',
|
||||||
version: '1.12.5',
|
version: '1.12.6',
|
||||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user