Skip to content

Update index.js making leaderboard button visible #112

Update index.js making leaderboard button visible

Update index.js making leaderboard button visible #112

Workflow file for this run

name: Run Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: yarn build