From 2b36c79d01330e9272a6f28e9f019a7c6203425e Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Wed, 6 Oct 2021 00:03:31 +0200 Subject: [PATCH] fix: Release with all deps --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71c7463b..e366be7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - run: npm ci --prod + - run: npm ci - run: git add node_modules -f - name: Generate changelog