Skip to content

Commit

Permalink
prettier ignore lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Nov 22, 2023
1 parent 5c1025f commit a4096d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"watch": "ncc build src/index.ts --watch",
"build": "ncc build src/index.ts --license LICENSE --minify --out lib",
"lint": "tsc && tsc -p ./tests",
"lint": "prettier --check . && tsc && tsc -p ./tests",
"format": "prettier --write .",
"test": "jest"
},
Expand Down

0 comments on commit a4096d8

Please sign in to comment.