Skip to content

fix(build): solve config not releasing changes in dist (#65) #322

fix(build): solve config not releasing changes in dist (#65)

fix(build): solve config not releasing changes in dist (#65) #322

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test