We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d674745 commit 37bd9ecCopy full SHA for 37bd9ec
.github/workflows/node.yml
@@ -38,12 +38,12 @@ jobs:
38
else
39
echo "stellar-scaffold already installed. Clear cache to force reinstall."
40
fi
41
+ - run: npx prettier . --check
42
- name: Build clients before building the project
43
run: STELLAR_SCAFFOLD_ENV=development stellar-scaffold build --build-clients
44
- run: npm ci
45
- run: npm run install:contracts
46
- run: npm run build
47
- run: npm run lint
- - run: npx prettier . --check
48
- name: Run tests
49
run: npm test --if-present
0 commit comments