Skip to content

chore: update nginx config and .gitignore #25

chore: update nginx config and .gitignore

chore: update nginx config and .gitignore #25

Workflow file for this run

name: Continuos Integration
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm install
- name: Build packages
run: npm --workspaces run build