mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
Update package.json
This commit is contained in:
parent
06d1829494
commit
6df5d99810
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"make:win-arm": "cross-env NODE_ENV=production electron-forge make --platform=win32 --arch=arm64",
|
||||
"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 && cross-env NODE_ENV=development npx ts-node scripts/developmentMkdir.ts",
|
||||
"clean": "rimraf ./out ./settings-dev ./logs ./.webpack && cross-env NODE_ENV=development npx ts-node scripts/developmentMkdir.ts",
|
||||
"lint": "eslint ./src --ext js",
|
||||
"lint:fix": "eslint ./src --ext js --fix",
|
||||
"installType": "typesync",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue