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

working vimx mamacos #21

working vimx mamacos

working vimx mamacos #21

Workflow file for this run

name: Build
on:
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build