Skip to content

Commit

Permalink
fmt and lint, skip dist
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonmatt committed Jun 11, 2024
1 parent 902820a commit 506ee00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"./modules/aws-eks-managed-node-group.ts": "./dist/modules/aws-eks-managed-node-group.ts",
"./modules/aws-vpc.ts": "./dist/modules/aws-vpc.ts"
},
"fmt": {
"exclude": ["dist"]
},
"lint": {
"exclude": ["dist"]
},
"publish": {
"exclude": ["!dist/modules/*.ts"]
},
Expand Down

0 comments on commit 506ee00

Please sign in to comment.