feat: updates

This commit is contained in:
qier222 2022-06-06 01:00:25 +08:00
parent cf7a4528dd
commit 0e58bb6e80
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
44 changed files with 1027 additions and 496 deletions

View file

@ -14,8 +14,9 @@
"packageManager": "pnpm@7.0.0",
"scripts": {
"install": "turbo run post-install --parallel --no-cache",
"build": "ross-env-shell IS_ELECTRON=yes turbo run build",
"build": "cross-env-shell IS_ELECTRON=yes turbo run build",
"build:web": "turbo run build:web",
"pack": "turbo run build pack",
"dev": "cross-env-shell IS_ELECTRON=yes turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md}\"",
@ -24,9 +25,9 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"prettier": "^2.6.2",
"turbo": "^1.2.14",
"typescript": "^4.7.2"
"turbo": "^1.2.16",
"typescript": "^4.7.3"
}
}