Commit 481e3c4f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should use npm ci to keep dependencies stable

parent 6f5e6b69
......@@ -8,7 +8,7 @@ all: lakeFS-service lakeFS-config
mkdir lakefs-home
tar xf lakeFS-1.53.1.tar.gz
cd lakeFS-1.53.1/webui && HOME=$(CURDIR)/lakefs-home npm install
cd lakeFS-1.53.1/webui && HOME=$(CURDIR)/lakefs-home npm ci
cd lakeFS-1.53.1/webui && HOME=$(CURDIR)/lakefs-home npm run build
cd lakeFS-1.53.1 && cp api/swagger.yml docs/assets/js/swagger.yml
cd lakeFS-1.53.1 && HOME=$(CURDIR)/lakefs-home GO111MODULE=on GOCACHE=/tmp/gocache GOPATH=$(CURDIR)/../go/go $(CURDIR)/../go/go/bin/go generate ./pkg/api/apigen ./pkg/auth ./pkg/authentication
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment