mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 18:51:37 +10:00
fix: skip install
This commit is contained in:
1
.github/actions/node-install/action.yml
vendored
1
.github/actions/node-install/action.yml
vendored
@ -27,6 +27,7 @@ runs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
|
if: steps.cache-npm.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run prisma:generate
|
npm run prisma:generate
|
||||||
|
|||||||
Reference in New Issue
Block a user