Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 5, 2024
1 parent 960df52 commit c8acac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Parcel/watcher
run: npm i @parcel/watcher

- name: Install sass
run: npm i node-sass

- name: Install dependencies
run: cd pwa && npm i

Expand Down
2 changes: 2 additions & 0 deletions pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN npm install

RUN npm install @parcel/watcher

RUN npm install node-sass

RUN npm run build-theme

COPY . .
Expand Down

0 comments on commit c8acac8

Please sign in to comment.