Skip to content

Commit

Permalink
ci: don't forget to install pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 authored Nov 9, 2021
1 parent 9a6f20c commit 421f4c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
**/node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
- name: 📥 Installing dependencies
run: yarn
run: |
yarn
yarn global add pm2
- name: 🏗️ Generate Prisma Typescript d.ts
run: yarn generate
- name: 🏗️ Build Typescript
Expand Down

0 comments on commit 421f4c5

Please sign in to comment.