Skip to content

Update derivatives #173

Update derivatives

Update derivatives #173

name: Build on PR
"on": pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "16.x"
- name: Installing Client Dependencies
run: yarn install
working-directory: client
- name: Building
run: yarn run build
working-directory: client