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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39371 additions and 2 deletions

2
.gitignore vendored
View file

@ -5,7 +5,6 @@ tmp
dist dist
npm-debug.log* npm-debug.log*
lerna-debug.log lerna-debug.log
package-lock.json
yarn.lock yarn.lock
google-generated-credentials.json google-generated-credentials.json
_START_PACKAGE _START_PACKAGE
@ -15,3 +14,4 @@ _START_PACKAGE
.idea .idea
vetur.config.js vetur.config.js
nodelinter.config.json nodelinter.config.json
packages/*/package-lock.json

View file

@ -20,7 +20,7 @@ COPY packages/nodes-base/ ./packages/nodes-base/
COPY packages/workflow/ ./packages/workflow/ COPY packages/workflow/ ./packages/workflow/
RUN rm -rf node_modules packages/*/node_modules packages/*/dist 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 lerna bootstrap --hoist -- --production
RUN npm run build RUN npm run build

39369
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff