Skip to content

Commit cf0e7a7

Browse files
committed
Also npm install
1 parent fd8cd70 commit cf0e7a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}
2222
password: ${{ secrets.GITHUB_TOKEN }}
23-
- name: Composer install
23+
- name: Composer and npm install
2424
run: |
2525
cd ./jccp
2626
composer install
27+
npm i
2728
- name: Build and push
2829
uses: docker/build-push-action@v2
2930
with:

0 commit comments

Comments
 (0)