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