fix: checkout submodule is now default to false need to manually set to recursive

This commit is contained in:
linonetwo 2025-07-22 15:48:05 +08:00
parent 013a269bfe
commit a39023627d
2 changed files with 7 additions and 1 deletions

View file

@ -2,7 +2,7 @@
"name": "tidgi",
"productName": "TidGi",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.12.3",
"version": "0.12.4",
"license": "MPL 2.0",
"scripts": {
"start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",