Skip to content

Commit

Permalink
Fix minified build that was twice the size than it should have been (#…
Browse files Browse the repository at this point in the history
…795)

* Update husky and lint-staged

* Add dist folder to prettierignore otherwise the minified build is unminified when we commit
  • Loading branch information
vincentfretin authored Jan 25, 2025
1 parent cc55ffe commit bb5b854
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 300 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
lint-staged
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
src/lib/TransformControls.js
Loading

0 comments on commit bb5b854

Please sign in to comment.