refactor: run turbo pipe before publish

This commit is contained in:
braks
2022-10-09 00:27:53 +02:00
committed by Braks
parent 647d60583b
commit 32aa9e851b
5 changed files with 3 additions and 23 deletions

View File

@@ -44,15 +44,6 @@ jobs:
- name: Install dependencies 👨🏻‍💻
run: pnpm install --no-frozen-lockfile
- name: Run linter 🧹
run: pnpm lint
- name: Build Library 👷
run: pnpm build
- name: Run tests 🧪
run: pnpm test
- name: Bump versions 🏷 and Publish 🚀
uses: changesets/action@v1
with: