Skip to content

Update rollup build config for demo deployment ; Updated release action #13

Update rollup build config for demo deployment ; Updated release action

Update rollup build config for demo deployment ; Updated release action #13

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
- '!gh-pages'
tags-ignore:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build