diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f495310..13848ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,16 @@ jobs: cache: npm - name: Install dependencies + run: npm install + + - name: Move multiplayer template + run: | + git clone --depth 1 --branch 0.0.6-alpha https://github.com/MavonEngine/Core.git /tmp/core_repo + cp -R /tmp/core_repo/packages/multiplayer-template ../template-multiplayer + + - name: Install multiplayer template dependencies run: npm install + working-directory: ../template-multiplayer - name: Lint run: npm run lint diff --git a/app/app.vue b/app/app.vue index 8223884..9cf4c58 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,4 +1,5 @@