Skip to content

fix: make husky scripts executable #24

fix: make husky scripts executable

fix: make husky scripts executable #24

Workflow file for this run

name: Release to Production
'on':
push:
branches:
- master
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint
- run: yarn tsc
- run: yarn test
- run: yarn build