diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a6f557..b31affb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: run: | cd server npm ci + cd MaaJSLoader + npm ci + cd .. npm run build cd ..