From a7991154a5c1ae6426d41776fd9b96f3db72068a Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 8 Apr 2025 12:24:01 +0200 Subject: [PATCH] npm install -g @angular/cli --- .forgejo/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index d788a91..2a3ebfc 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -45,6 +45,7 @@ jobs: git init git pull ${fullrepo} ls -l + npm install -g @angular/cli npm run lint - name: Build and push uses: docker/build-push-action@v6