Skip to content

add GiftDrop03: ETHIndia edition #219

add GiftDrop03: ETHIndia edition

add GiftDrop03: ETHIndia edition #219

Workflow file for this run

name: Check build
on: [pull_request]
jobs:
test_and_build:
runs-on: ubuntu-latest
steps:
- name: Code checkout 🛎️
uses: actions/checkout@v2
- name: Install dependencies 🔧
run: yarn
# - name: Test 🎢
# run: yarn test
- name: Build and generate static export 🏗
run: yarn export