From ce8f9c7127085cbef40afa364d988e55646f3c92 Mon Sep 17 00:00:00 2001 From: Vincent Hardouin Date: Sun, 14 Apr 2024 12:52:20 +0200 Subject: [PATCH] fix: add build step in cd workflow --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0fe2f1a..01600fd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,6 +32,9 @@ jobs: - name: Install run: npm ci + - name: Build + run: npm run build + - name: Semantic Release id: semantic uses: cycjimmy/semantic-release-action@v4