Skip to content

Integrate web3 payments #63

Integrate web3 payments

Integrate web3 payments #63

Workflow file for this run

name: Build on PR
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install
- name: Generate Prisma client
run: pnpm run postinstall
- name: Run Build
run: pnpm run build