fix(templates/npm): use tsbuild tsfolders instead of --web flag in npm template build script
This commit is contained in:
@@ -13,7 +13,7 @@ fileName: package.json
|
|||||||
"license": "{{module.license}}",
|
"license": "{{module.license}}",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --verbose --logfile --timeout 60)",
|
"test": "(tstest test/ --verbose --logfile --timeout 60)",
|
||||||
"build": "(tsbuild --web --allowimplicitany)",
|
"build": "(tsbuild tsfolders --allowimplicitany)",
|
||||||
"buildDocs": "(tsdoc)"
|
"buildDocs": "(tsdoc)"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-01 - 2.13.6 - fix(templates/npm)
|
||||||
|
use tsbuild tsfolders instead of --web flag in npm template build script
|
||||||
|
|
||||||
|
- Changed build script in assets/templates/npm/.package.json from "(tsbuild --web --allowimplicitany)" to "(tsbuild tsfolders --allowimplicitany)"
|
||||||
|
- Replaces --web flag with explicit tsfolders argument to correctly target project folders during build
|
||||||
|
|
||||||
## 2026-02-01 - 2.13.5 - fix(templates/npm)
|
## 2026-02-01 - 2.13.5 - fix(templates/npm)
|
||||||
update npm template: tweak test script, bump devDependencies, add smartpath dependency, and fix ts import path
|
update npm template: tweak test script, bump devDependencies, add smartpath dependency, and fix ts import path
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
name: '@git.zone/cli',
|
||||||
version: '2.13.5',
|
version: '2.13.6',
|
||||||
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
|
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user