chore: disable husky in CI with a custom script
This commit is contained in:
parent
bc162849da
commit
b11eee16c1
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue