diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 524aa3d..f9f9ffd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,17 +10,18 @@ jobs: build: runs-on: ubuntu-22.04 steps: + - uses: actions/checkout@v2 + - name: Install Dependencies run: | sudo apt update npm install -g @quasar/cli - - - uses: actions/checkout@v2 + cd app + npm install --include=dev - name: Build SPA run: | cd app - npm install quasar build - name: Copy output