From 915424730f27445da2e8de13b62e77179cc1a15a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 18 八月 2025 17:07:39 +0800
Subject: [PATCH] fix: 关闭移动充值渠道,打开电信充值渠道
---
apps/h5/package.json | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/apps/h5/package.json b/apps/h5/package.json
index b6f3222..4fb3d1f 100644
--- a/apps/h5/package.json
+++ b/apps/h5/package.json
@@ -10,11 +10,10 @@
"build:staging": "cross-env vite build --mode staging",
"build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging",
"preview": "vite preview",
- "prepare": "husky install",
"lint": "eslint --ext .vue --ext .js --ext .ts src/",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
- "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.cjs",
+ "lint:lint-staged": "lint-staged -c ../../.husky/lintstagedrc.cjs",
"openapi": "bole openapi",
"release": "release-it"
},
--
Gitblit v1.9.1