Skip to content

feat: tidy up entry point paths #196

feat: tidy up entry point paths

feat: tidy up entry point paths #196

Workflow file for this run

name: Test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Build
run: yarn prep && yarn build
env:
NODE_OPTIONS: "--openssl-legacy-provider"
- name: Test
run: yarn test-all
env:
NODE_OPTIONS: "--openssl-legacy-provider"