ci: use npm ci in favor of install

This commit is contained in:
2025-02-23 15:06:30 -07:00
parent 23211de764
commit 5724afa7cc

View File

@@ -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
# #