chore: disable husky in CI with a custom script

This commit is contained in:
TonyRL 2023-05-08 03:38:14 +00:00
parent bc162849da
commit b11eee16c1
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN \
pnpm config set registry https://registry.npmmirror.com ; \
fi;
COPY ./scripts/prepare.js /app/scripts/
COPY ./pnpm-lock.yaml /app/
COPY ./package.json /app/