Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdonald committed Oct 9, 2023
1 parent 74326cc commit fdd5061
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/eldac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
run: npm install -g yarn

- name: Install package.json dependencies
run: yarn install --verbose # --frozen-lockfile
run: yarn install --verbose

- name: Build Javascript
run: yarn run build

- name: Build CSS
run: yarn run build:css
Expand Down

0 comments on commit fdd5061

Please sign in to comment.