We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fc1e3 commit e86378fCopy full SHA for e86378f
.github/workflows/node.yml
@@ -46,7 +46,7 @@ jobs:
46
- run: npm run lint
47
- run: npx prettier . --check
48
- name: Build clients before building the project
49
- run: STELLAR_SCAFFOLD_ENV=development stellar-scaffold build --build-clients
+ run: STELLAR_SCAFFOLD_ENV=production stellar-scaffold build --skip-network --build-clients
50
- run: npm run install:contracts
51
- run: npm run build
52
- name: Run tests
0 commit comments