chore: update publish script

This commit is contained in:
braks
2022-10-08 23:35:00 +02:00
parent 77953a8f8e
commit 756b36b40b
2 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: pnpm lint
- name: Build Library 👷
run: pnpm build --api="http://127.0.0.1:9080" --token="${{ secrets.TURBO_SERVER_TOKEN }}"
run: pnpm build
- name: Run tests 🧪
run: pnpm test