Commit package lock (#2470)

This commit is contained in:
Mutasem Aldmour
2021-11-25 18:12:38 +01:00
committed by GitHub
parent 0764c49dcf
commit 91bafb4860
3 changed files with 39371 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ COPY packages/nodes-base/ ./packages/nodes-base/
COPY packages/workflow/ ./packages/workflow/
RUN rm -rf node_modules packages/*/node_modules packages/*/dist
RUN npm install --production --loglevel notice
RUN npm ci --production --loglevel notice
RUN lerna bootstrap --hoist -- --production
RUN npm run build