chore: Remove secret scanning

This commit is contained in:
wood chen 2024-11-20 00:35:28 +08:00
parent d26b39f2f1
commit 0b2ab332d2
2 changed files with 3 additions and 7 deletions

View File

@ -1,2 +0,0 @@
paths-ignore:
- "src/**"

View File

@ -6,10 +6,8 @@
"scripts": { "scripts": {
"start": "npm run dev", "start": "npm run dev",
"dev": "vite --host", "dev": "vite --host",
"build": "run-p type-check \"build:only {@}\" --", "build": "vite build",
"build:only": "vite build", "build:h5-netlify": "cross-env SERVER_ENV=NETLIFY vite build",
"build:h5-netlify": "run-p type-check \"build:h5-netlify:only {@}\" --",
"build:h5-netlify:only": "cross-env SERVER_ENV=NETLIFY vite build",
"build:cli": "npm run build && npm run shx rm -rf md-cli/dist && npm run shx rm -rf dist/**/*.map && npm run shx cp -r dist md-cli/ && cd md-cli && npm run pack", "build:cli": "npm run build && npm run shx rm -rf md-cli/dist && npm run shx rm -rf dist/**/*.map && npm run shx cp -r dist md-cli/ && cd md-cli && npm run pack",
"build:analyze": "cross-env ANALYZE=true vite build", "build:analyze": "cross-env ANALYZE=true vite build",
"preview": "npm run build && vite preview", "preview": "npm run build && vite preview",
@ -17,7 +15,7 @@
"lint": "eslint . --fix", "lint": "eslint . --fix",
"type-check": "vue-tsc --build --force", "type-check": "vue-tsc --build --force",
"postinstall": "simple-git-hooks" "postinstall": "simple-git-hooks"
}, },
"dependencies": { "dependencies": {
"@element-plus/icons-vue": "^2.3.1", "@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^11.1.0", "@vueuse/core": "^11.1.0",