Skip to content

Commit

Permalink
chore(build): ignore auto-generated files in prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Nov 17, 2021
1 parent 1354609 commit 74eae96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
dist/
dist/
node_modules/
*.data.ts
*.data.auto-gen.ts
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 74eae96

Please sign in to comment.