Skip to content

Commit

Permalink
chore(package): pass "*" option verbatim to prettier
Browse files Browse the repository at this point in the history
Without quotes the shell will expand the glob, which is undesirable since it will pass unnecessary files to prettier
  • Loading branch information
DethAriel committed Dec 5, 2022
1 parent 35991d9 commit 8d9ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Static analysis"
script:
- yarn lint
- yarn prettier --check --ignore-unknown *
- yarn prettier --check --ignore-unknown "*"
- name: "Build demo site"
script:
- yarn demo:build
Expand Down

0 comments on commit 8d9ad0d

Please sign in to comment.