Skip to content

Commit e86378f

Browse files
authored
Update node.yml
1 parent 65fc1e3 commit e86378f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: npm run lint
4747
- run: npx prettier . --check
4848
- name: Build clients before building the project
49-
run: STELLAR_SCAFFOLD_ENV=development stellar-scaffold build --build-clients
49+
run: STELLAR_SCAFFOLD_ENV=production stellar-scaffold build --skip-network --build-clients
5050
- run: npm run install:contracts
5151
- run: npm run build
5252
- name: Run tests

0 commit comments

Comments
 (0)