mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
feat: update submodule
This commit is contained in:
parent
2fbd1f885b
commit
ee24bcb570
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"make:linux-x64": "cross-env NODE_ENV=production electron-forge make --platform=linux --arch=x64",
|
||||
"make:linux-arm": "cross-env NODE_ENV=production electron-forge make --platform=linux --arch=arm64",
|
||||
"clean": "rimraf ./out ./settings-dev ./logs ./.webpack && cross-env NODE_ENV=development npx ts-node scripts/developmentMkdir.ts && npm run init:git-submodule",
|
||||
"init:git-submodule": "git submodule update --recursive",
|
||||
"init:git-submodule": "git submodule update --recursive && git submodule update --remote",
|
||||
"lint": "eslint ./src --ext js,ts,tsx,json",
|
||||
"lint:fix": "eslint ./src --ext js,ts,tsx,json --fix",
|
||||
"installType": "typesync"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6bfc121e980ab227b152931183773bb03242c1a5
|
||||
Subproject commit d96ff365d103c9477a8fc1cdc276eb0b2bf2eed6
|
||||
Loading…
Add table
Add a link
Reference in a new issue