Skip to content

Commit 1ea90d4

Browse files
committed
fix: use dev files to build
1 parent a42a0bd commit 1ea90d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-preview-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
4545
- name: 🏗️ Build renderer (staging)
4646
env:
47-
CHAINS_FILE: chains
48-
TOKENS_FILE: tokens
47+
CHAINS_FILE: chains_dev
48+
TOKENS_FILE: tokens_dev
4949
run: |
5050
pnpm clean:build
5151
pnpm renderer:staging

0 commit comments

Comments
 (0)