diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71c7463..e366be7 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