fix(actions): Added Appjs build

This commit is contained in:
l-nmch
2025-10-26 12:26:41 +01:00
parent 5ea8dfdb9e
commit 63416660dc

View File

@@ -16,6 +16,11 @@ jobs:
with: with:
github-server-url: 'https://git.haum.lnmch.fr' github-server-url: 'https://git.haum.lnmch.fr'
- name: Build appjs
run: |
docker run $(TTYFLAGS) -u $$(id -u) -v $$(pwd):/workdir -w /workdir/app -e NPM_CONFIG_CACHE=/tmp node:14.0-slim npm install
docker run $(TTYFLAGS) -u $$(id -u) -v $$(pwd):/workdir -w /workdir/app -e NPM_CONFIG_CACHE=/tmp node:14.0-slim npm run build
- name: Log in to Docker Registry - name: Log in to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: