Skip to content

Commit

Permalink
fix yarn for real
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Apr 5, 2024
1 parent 0fe3704 commit 60edbb8
Show file tree
Hide file tree
Showing 4 changed files with 12,821 additions and 9,048 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ bower_components/
# Terraform
/terraform/.terraform

# yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

/src/diff2html-templates.*
/docs/
/bundles/
Expand Down
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
yarn run lint-staged
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,6 @@
"bundles",
"lib",
"lib-esm"
]
],
"packageManager": "[email protected]"
}
Loading

0 comments on commit 60edbb8

Please sign in to comment.