fix(templates/npm): use tsbuild tsfolders instead of --web flag in npm template build script

This commit is contained in:
2026-02-01 16:19:37 +00:00
parent 68859d0e97
commit 3722258d69
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
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.'
}