Skip to content

Merge pull request #15 from dynamic-labs/fix/remove-legion #8

Merge pull request #15 from dynamic-labs/fix/remove-legion

Merge pull request #15 from dynamic-labs/fix/remove-legion #8

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
web:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run build:web