Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56cf0c0f52 | |||
| 3a747cfd2f |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-04-30 - 2.2.5 - fix(scripts)
|
||||||
|
use pnpm for the test script build command
|
||||||
|
|
||||||
|
- updates the test script in package.json to run the build through pnpm instead of npm
|
||||||
|
|
||||||
## 2026-03-24 - 2.2.4 - fix(config)
|
## 2026-03-24 - 2.2.4 - fix(config)
|
||||||
migrate configuration loading to smartconfig and update build tooling compatibility
|
migrate configuration loading to smartconfig and update build tooling compatibility
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tsdocker",
|
"name": "@git.zone/tsdocker",
|
||||||
"version": "2.2.4",
|
"version": "2.2.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.",
|
"description": "A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"tsdocker": "cli.js"
|
"tsdocker": "cli.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(npm run build)",
|
"test": "(pnpm run build)",
|
||||||
"build": "(tsbuild)",
|
"build": "(tsbuild)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsdocker',
|
name: '@git.zone/tsdocker',
|
||||||
version: '2.2.4',
|
version: '2.2.5',
|
||||||
description: 'A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.'
|
description: 'A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user