Skip to content

Commit 7a48cb6

Browse files
author
Josh Goldberg
authored
Added --check to Prettier in CI (#1163)
1 parent c166a38 commit 7a48cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- attach_workspace:
7272
at: "."
7373

74-
- run: npm run prettier
74+
- run: npm run prettier --check
7575

7676
test:
7777
docker:

0 commit comments

Comments
 (0)