Skip to content

fix(husky): remove postinstall script before being published #7

fix(husky): remove postinstall script before being published

fix(husky): remove postinstall script before being published #7

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches:
- main
- next
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test