From f0f4f412eae44b3d424e83efcbd0e4f31d0cc936 Mon Sep 17 00:00:00 2001 From: Dariel Date: Tue, 16 Jul 2024 14:30:41 -0400 Subject: [PATCH] chore: Update npm install command to include dev dependencies --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c76eaeb..161e675 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,9 @@ jobs: run: | git config user.name "Dariel Noel" git config user.email "darielnoel@gmail.com" + + - name: Install dependencies + run: npm install --also=dev - name: Build production version run: npm run build