mirror of
https://gitee.com/viarotel-org/escrcpy.git
synced 2024-11-29 18:01:34 +08:00
fix: 🐛 Unix permission issues
This commit is contained in:
parent
daafdfef0e
commit
dc9a3c4ae0
4
.husky/pre-commit
Normal file
4
.husky/pre-commit
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
git ls-files -z | xargs -0 chmod +x
|
@ -15,7 +15,8 @@
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint . --ext .md,.vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .eslintignore --fix",
|
||||
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.config.js",
|
||||
"postinstall": "electron-builder install-app-deps"
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.3.6"
|
||||
@ -39,6 +40,7 @@
|
||||
"element-plus": "^2.4.1",
|
||||
"fix-path": "^4.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"husky": "^8.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"pinia": "^2.1.7",
|
||||
"typescript": "^5.2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user