Skip to content

Commit bb5b854

Browse files
Fix minified build that was twice the size than it should have been (#795)
* Update husky and lint-staged * Add dist folder to prettierignore otherwise the minified build is unminified when we commit
1 parent cc55ffe commit bb5b854

File tree

4 files changed

+445
-300
lines changed

4 files changed

+445
-300
lines changed

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
4-
npx lint-staged
1+
lint-staged

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
dist
12
src/lib/TransformControls.js

0 commit comments

Comments
 (0)