Skip to content

Commit

Permalink
install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Polectron committed Aug 17, 2022
1 parent 98bc89a commit e397af3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e397af3

Please sign in to comment.