Skip to content

Commit

Permalink
Bump husky from 4.3.8 to 7.0.4 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent fb71b55 commit 772db49
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 570 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ WORKDIR /app

# copy package.json and lock file
COPY package*.json ./
ADD scripts /app/scripts

# Install Build tools
RUN npm ci --no-update-notifier --only=production
Expand Down
Loading

0 comments on commit 772db49

Please sign in to comment.