feat: 实现小程序离线巡检与可靠同步
This commit is contained in:
@@ -59,6 +59,7 @@ try {
|
||||
|
||||
Push-Location (Join-Path $root 'miniapp')
|
||||
try {
|
||||
Invoke-Check 'miniapp test' { npm test }
|
||||
Invoke-Check 'miniapp typecheck' { npm run typecheck }
|
||||
Invoke-Check 'miniapp build:weapp' { npm run build:weapp }
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user