mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: template wiki is empty
This commit is contained in:
parent
31fb13f5ba
commit
cfee1a02fa
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
"make:win-arm": "pnpm run build:plugin && cross-env NODE_ENV=production electron-forge make --platform=win32 --arch=arm64",
|
"make:win-arm": "pnpm run build:plugin && cross-env NODE_ENV=production electron-forge make --platform=win32 --arch=arm64",
|
||||||
"make:linux-x64": "pnpm run build:plugin && cross-env NODE_ENV=production electron-forge make --platform=linux --arch=x64",
|
"make:linux-x64": "pnpm run build:plugin && cross-env NODE_ENV=production electron-forge make --platform=linux --arch=x64",
|
||||||
"make:linux-arm": "pnpm run build:plugin && cross-env NODE_ENV=production electron-forge make --platform=linux --arch=arm64",
|
"make:linux-arm": "pnpm run build:plugin && cross-env NODE_ENV=production electron-forge make --platform=linux --arch=arm64",
|
||||||
"init:git-submodule": "git submodule update --recursive && git submodule update --remote",
|
"init:git-submodule": "git submodule update --init --recursive && git submodule update --remote",
|
||||||
"lint": "eslint ./src --ext js,ts,tsx,json",
|
"lint": "eslint ./src --ext js,ts,tsx,json",
|
||||||
"lint:fix": "eslint ./src --ext js,ts,tsx,json --fix",
|
"lint:fix": "eslint ./src --ext js,ts,tsx,json --fix",
|
||||||
"installType": "typesync"
|
"installType": "typesync"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit de896ab9afd34831a8eb69710ed719f8232097fc
|
Subproject commit c9688ee1b5e935da27f8eac289c2f40c21c4067e
|
||||||
Loading…
Add table
Add a link
Reference in a new issue