mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-08 08:48:11 +08:00
👷 npm → pnpm
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"version": "0.2.1",
|
||||
"author": "BTMuli <bt-muli@outlook.com>",
|
||||
"packageManager": "npm@9.6.6",
|
||||
"packageManager": "pnpm@8.6.5",
|
||||
"scripts": {
|
||||
"build": "tauri build",
|
||||
"debug": "tauri build --debug",
|
||||
@@ -14,7 +14,7 @@
|
||||
"lint:code": "eslint .",
|
||||
"lint:code:fix": "eslint . --fix",
|
||||
"lint:style": "stylelint \"src/**/*.{vue,css}\"",
|
||||
"lint:style:fix": "npm run lint:style -- --fix",
|
||||
"lint:style:fix": "pnpm run lint:style -- --fix",
|
||||
"prettier": "prettier . --write",
|
||||
"tauri": "tauri",
|
||||
"update:submodule": "git submodule update --remote --recursive",
|
||||
@@ -96,7 +96,7 @@
|
||||
"stylelint-high-performance-animation": "^1.8.0",
|
||||
"stylelint-order": "^6.0.3",
|
||||
"stylelint-prettier": "^3.0.0",
|
||||
"typescript": "^5.1.3",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-vuetify": "^1.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user