Skip to content

Add external log network #420

Add external log network

Add external log network #420

Workflow file for this run

defaults:
run:
working-directory: ./frontend
name: Build frontend
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm ci
- run: npm run build --if-present