Skip to content

Commit 37bd9ec

Browse files
committed
Move prettier higher in workflow, so it doesn't check built clients
1 parent d674745 commit 37bd9ec

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
@@ -38,12 +38,12 @@ jobs:
3838
else
3939
echo "stellar-scaffold already installed. Clear cache to force reinstall."
4040
fi
41+
- run: npx prettier . --check
4142
- name: Build clients before building the project
4243
run: STELLAR_SCAFFOLD_ENV=development stellar-scaffold build --build-clients
4344
- run: npm ci
4445
- run: npm run install:contracts
4546
- run: npm run build
4647
- run: npm run lint
47-
- run: npx prettier . --check
4848
- name: Run tests
4949
run: npm test --if-present

0 commit comments

Comments
 (0)