Skip to content

Commit b3c813b

Browse files
committed
build: simple-git-hooks やめたので要らない
1 parent d711696 commit b3c813b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ RUN pnpm config set store-dir /.pnpm-store
2727
COPY --link .npmrc .node-version ./
2828
RUN echo "use-node-version=`cat .node-version`" >> .npmrc
2929
RUN --mount=type=cache,target=/.pnpm-store \
30-
# package.json: for simple-git-hooks
31-
--mount=type=bind,source=package.json,target=package.json \
3230
--mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
3331
pnpm fetch
3432
COPY --link package.json ./

0 commit comments

Comments
 (0)