This commit is contained in:
yuanzbz 2023-12-22 16:08:10 +08:00
parent 17f45c1c99
commit 3c1001dd76
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"prepare": "node -e \"if(require('fs').existsSync('.git')){process.exit(1)}\" || is-ci || husky install"
"prepare": "husky install"
},
"dependencies": {
"@better-scroll/core": "^2.4.2",