feat: fetch from local when developing or CI build

This commit is contained in:
iCrawl
2022-08-15 19:13:01 +02:00
parent 35e79b389d
commit 5f42b5af30
5 changed files with 36 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ jobs:
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
NEXT_PUBLIC_LOCAL_DEV: true
steps:
- name: Checkout repository
uses: actions/checkout@v3