Skip to content

Commit 5c224f2

Browse files
authored
fix: update format code command (#759)
1 parent 0b9ba37 commit 5c224f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Build subgraph
3434
run: yarn build:subgraph
3535

36-
- name: Run Prettier
37-
run: yarn prettier
36+
- name: Format
37+
run: yarn format
3838

3939
- name: Run Eslint
4040
run: yarn lint

0 commit comments

Comments
 (0)