Skip to content

Zappar for React Three v2.4.7 #157

Zappar for React Three v2.4.7

Zappar for React Three v2.4.7 #157

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- name: install
run: npm install
- name: build module
run: npm run build:module
- name: Build tests
run: npm run build:tests
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: dist
path: lib umd README.MD