1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Remove husky reference

This commit is contained in:
Adria Navarro 2023-10-03 00:09:51 +02:00
parent 4ddc4ed1da
commit eb84bbc472

View file

@ -20,7 +20,8 @@ RUN ./scripts/removeWorkspaceDependencies.sh packages/worker/package.json
# We will never want to sync pro, but the script is still required
RUN echo '' > scripts/syncProPackage.js
RUN yarn install --frozen-lockfile --production=true && yarn cache clean
RUN jq 'del(.scripts.postinstall)' package.json > temp.json && mv temp.json package.json
RUN yarn install --production && yarn cache clean
# copy the actual code
COPY packages/server/dist packages/server/dist