Skip to content

Commit

Permalink
update npm husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werfling committed Mar 7, 2024
1 parent c80cbd5 commit ca2499a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ RUN rm ./package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install husky
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
Expand Down
1 change: 0 additions & 1 deletion ddnsserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ RUN rm package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install husky
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
Expand Down
1 change: 0 additions & 1 deletion himhip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN rm package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install husky
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
],
"scripts": {
"npm-check-updates": "npm-check-updates"
},
"dependencies": {
"husky": "^9.0.11"
}
}
1 change: 0 additions & 1 deletion sshserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN rm package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install husky
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
Expand Down

0 comments on commit ca2499a

Please sign in to comment.