From 5724afa7ccd960e47771acac06d632bcad7d595f Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 15:06:30 -0700 Subject: [PATCH] ci: use npm `ci` in favor of install --- .github/workflows/release.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81f1b5bf..e4d7da90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,19 +201,10 @@ jobs: id: task_release_npm_install run: | cd ./tvapp2 - npm install + npm ci env: NODE_AUTH_TOKEN: ${{ secrets.SELF_TOKEN_CL }} - # # - # Release › Build - # # - - - name: "📦 NPM › Build" - id: task_release_npm_build - run: | - npm run build - # # # Release › Execute npm generate so that a uuid and guid can be created # #