Skip to content

Commit efff5d9

Browse files
tmp
1 parent 5dba46e commit efff5d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ jobs:
5151
- uses: actions/checkout@v4
5252

5353
- uses: ./.github/actions/setup-node
54+
env:
55+
NODE_ENV: ""
5456

5557
- name: Build SDK
5658
run: yarn build
5759

5860
- name: Vercel Pull/Build/Deploy (Preview)
5961
working-directory: examples/vite
60-
6162
if: ${{ github.ref_name != 'master' }}
6263
run: >
6364
npx vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} &&

0 commit comments

Comments
 (0)