Skip to content

Commit

Permalink
Added package-lock.json to cvat-core. (#1995)
Browse files Browse the repository at this point in the history
* added package-lock for cvat-core

* updated nodejs version
  • Loading branch information
azhavoro authored Aug 7, 2020
1 parent e452bc1 commit 5da7d5d
Show file tree
Hide file tree
Showing 3 changed files with 15,509 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root

RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.list && \
curl https://deb.nodesource.com/setup_9.x | bash - && \
curl https://deb.nodesource.com/setup_12.x | bash - && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -yq \
apt-utils \
Expand Down
1 change: 0 additions & 1 deletion cvat-core/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
docs
node_modules
reports
package-lock.json
yarn.lock
dist
Loading

0 comments on commit 5da7d5d

Please sign in to comment.