Skip to content

Commit

Permalink
chore: add format script, update prettierignore. closes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 16, 2024
1 parent 410ab7b commit 4782bf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
.next

# dependencies
package.json
package-lock.json
node_modules

# build
out
coverage

# python
venv
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "npx serve out",
"lint": "next lint --dir .",
"check-format": "prettier --check .",
"format": "prettier --write . --cache",
"prepare": "husky",
"test": "jest --runInBand",
"build-brc-db": "esrun files/build-catalog.ts"
Expand Down

0 comments on commit 4782bf7

Please sign in to comment.