Skip to content

Commit cd5911b

Browse files
authored
Merge branch 'main' into devin/1738541857-block-club-dns-imports
2 parents e5a5552 + c505e90 commit cd5911b

File tree

60 files changed

+11635
-8740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+11635
-8740
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: tar -xvf stateless-build.tar
157157

158158
- name: Install playwright
159-
run: npx playwright install chromium
159+
run: pnpm playwright install chromium
160160

161161
- name: Run tests
162162
run: |
@@ -209,13 +209,13 @@ jobs:
209209
run: tar -xvf stateful-build.tar
210210

211211
- name: Install playwright
212-
run: npx playwright install chromium
212+
run: pnpm playwright install chromium
213213

214214
- name: Run tests
215215
run: |
216216
parallel --lb --halt now,success=1,fail=1 ::: \
217217
"pnpm wrangle" \
218-
"pnpm wait-on http://127.0.0.1:8788 && npx playwright test --shard=${{matrix.shard}}/${{strategy.job-total}} --project=stateful"
218+
"pnpm wait-on http://127.0.0.1:8788 && pnpm playwright test --shard=${{matrix.shard}}/${{strategy.job-total}} --project=stateful"
219219
env:
220220
# NEXT_PUBLIC_GRAPH_URI: https://api.studio.thegraph.com/query/49574/ensholesky/version/latest
221221
SECRET_WORDS: ${{ secrets.SECRET_WORDS }}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"i18n-ally.keystyle": "nested",
2929
"[typescript]": {
3030
"editor.defaultFormatter": "esbenp.prettier-vscode"
31+
},
32+
"[jsonc]": {
33+
"editor.defaultFormatter": "esbenp.prettier-vscode"
3134
}
3235
}

archive.tar.gz

330 KB
Binary file not shown.

0 commit comments

Comments
 (0)