add package-lock.json

This commit is contained in:
Karol Wypchlo 2021-04-16 13:05:55 +02:00
parent d0a4a0ae32
commit 41badfb26b
3 changed files with 52906 additions and 1 deletions

View File

@ -70,7 +70,7 @@ yarn-error.log
.yarn-integrity
# Npm
package-lock.json
# package-lock.json
# Cypress
cypress/screenshots

View File

@ -5,6 +5,7 @@ RUN apk update && apk add autoconf automake build-base libtool nasm pkgconfig
WORKDIR /usr/app
COPY package.json .
COPY package-lock.json .
ENV GATSBY_TELEMETRY_DISABLED 1
RUN npm i

52904
packages/website/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff