Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

feat: creation center #175

feat: creation center

feat: creation center #175

Workflow file for this run

name: ⚙️ Build
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: ✅ Enable Corepack
run: corepack enable
- name: 📥 Install deps
run: pnpm install
- name: 🛠 Setup Database
run: pnpm db
- name: ⚙️ Build
run: pnpm build