fix: command
This commit is contained in:
1
.github/actions/node-install/action.yml
vendored
1
.github/actions/node-install/action.yml
vendored
@@ -27,7 +27,6 @@ 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