@@ -94,8 +94,9 @@ jobs:
- name: 安装依赖
run: npm install --force --registry=https://registry.npmmirror.com/
+
- name: 构建h5
- run: npm run h5_for_production
+ run: node .build/h5_for_production.js
- name: Set up JDK 17
uses: actions/setup-java@v4