Skip to content

Commit eaf882c

Browse files
committed
2 parents 182dbd1 + cca715e commit eaf882c

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 --build-clients --no-cache
5050
- run: npm run install:contracts
5151
- run: npm run build
5252
- name: Run tests

0 commit comments

Comments
 (0)