Skip to content

Commit

Permalink
build: simple-git-hooks やめたので要らない
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 20, 2023
1 parent 6deca5b commit 2aedae3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ RUN pnpm config set store-dir /.pnpm-store
COPY --link .npmrc .node-version ./
RUN echo "use-node-version=`cat .node-version`" >> .npmrc
RUN --mount=type=cache,target=/.pnpm-store \
# package.json: for simple-git-hooks
--mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
pnpm fetch
COPY --link package.json ./
Expand Down

0 comments on commit 2aedae3

Please sign in to comment.