Skip to content

Merge pull request #184 from Flow-Works/feat/create-a-windows-style-s… #312

Merge pull request #184 from Flow-Works/feat/create-a-windows-style-s…

Merge pull request #184 from Flow-Works/feat/create-a-windows-style-s… #312

Workflow file for this run

name: build
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.1.0
- name: Install dependencies
run: npm i
- name: Build FlowOS
run: npm run build