Skip to content

Commit

Permalink
Initial simple fixes/tune up for pre-commit entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 16, 2024
1 parent beed5fd commit b477d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# shellcheck disable=SC1091
. "$(dirname "$0")/_/husky.sh"

pnpm run pre-commit
4 changes: 3 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh
source /root/.shrc

# shellcheck disable=SC1091
. /root/.shrc
exec "$@"

0 comments on commit b477d0e

Please sign in to comment.