mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:35:41 -04:00
ci: use npm ci in favor of install
This commit is contained in:
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -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
|
||||
# #
|
||||
|
||||
Reference in New Issue
Block a user