Skip to content

Commit

Permalink
npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Apr 4, 2024
1 parent 3ea893d commit db488a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.CONTAINER_TOKEN }}

- name: Make npm install
run: npm install

- name: Make dist-prod
run: make -w dist-prod

Expand Down

0 comments on commit db488a5

Please sign in to comment.