This commit is contained in:
test
2025-05-18 12:18:19 +08:00
parent f6e0847e6b
commit 1f0a6b6c10

View File

@@ -21,8 +21,7 @@ stages:
- '# 设置NPM源提升安装速度'
- npm config set registry https://registry.npmmirror.com
- '# 执行编译命令'
- npm i
- node fetchURLByWasm.js
- npm install && node fetchURLByWasm.js
strategy:
retry: '0'
timeout: 4