Skip to content

Commit

Permalink
chore: how about this
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Martirosian committed May 7, 2024
1 parent 3bb0ebf commit 69cd650
Show file tree
Hide file tree
Showing 790 changed files with 378,468 additions and 77,870 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

6 changes: 3 additions & 3 deletions lefthook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pre-commit:
exclude: '(^|/)pnpm-lock.yaml$'
glob: '*.{js,mjs,cjs,ts,mts,cts,yml,yaml,json}'
priority: 6
run: pnpm exec eslint --fix {staged_files}
run: pnpm exec eslint --no-warn-ignored --fix {staged_files}
stage_fixed: true

prettier:
Expand All @@ -68,6 +68,6 @@ pre-commit:
priority: 9
run: pnpm run test

build:
pack:
priority: 10
run: pnpm run build
run: pnpm run pack && git add lib
1 change: 1 addition & 0 deletions lib/node/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
Loading

0 comments on commit 69cd650

Please sign in to comment.