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

Alpha build should be ready #12

Alpha build should be ready

Alpha build should be ready #12

Workflow file for this run

name: Test Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build